diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2014-02-06 10:34:38 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2014-02-06 10:42:31 -0600 |
commit | 852b1140b90afe328003261a3b114cc4cbc298a0 (patch) | |
tree | 45eca96bdde212dd40a9f3352225405b7270696a /scripts/makefile.ne12bsd | |
parent | 2f87c9b5170ba7ffa4457f86b838de6866ddac73 (diff) | |
download | libpng-852b1140b90afe328003261a3b114cc4cbc298a0.tar.gz |
[libpng14] Bump version to 1.4.14beta01
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 b71e96007..679db2496 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.13 +SHLIB_MINOR= 1.4.14beta01 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 |