diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-07-25 09:35:31 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-07-27 22:05:20 -0500 |
commit | 78389d8396db308d7eb9ecb19aecc0d53aab24e1 (patch) | |
tree | 638f7cf5cb195bb6376581838f2f02b4e4eb07f4 /scripts/makefile.ne12bsd | |
parent | 1cece74438e5ba6da7bd6aeea68ca6ef17a06821 (diff) | |
download | libpng-78389d8396db308d7eb9ecb19aecc0d53aab24e1.tar.gz |
[devel] Bump version to libpng-1.4.0beta70
Diffstat (limited to 'scripts/makefile.ne12bsd')
-rw-r--r-- | scripts/makefile.ne12bsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.ne12bsd b/scripts/makefile.ne12bsd index fcf29dcfc..55a89852b 100644 --- a/scripts/makefile.ne12bsd +++ b/scripts/makefile.ne12bsd @@ -17,7 +17,7 @@ INCSDIR=${LOCALBASE}/include/libpng14 LIB= png14 SHLIB_MAJOR= 0 -SHLIB_MINOR= 1.4.0beta69 +SHLIB_MINOR= 1.4.0beta70 SRCS= png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \ pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \ pngwtran.c pngmem.c pngerror.c pngpread.c |