diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-07-08 13:15:20 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-07-08 13:22:11 -0500 |
commit | 628b63241938eddaa35c4b5898ec0530416d6917 (patch) | |
tree | 86d9a5ce8adeaf977b5b03107143b04d2e32a571 /scripts/makefile.linux | |
parent | d404b6d48874769873897a709b1fe5a32a4f6878 (diff) | |
download | libpng-628b63241938eddaa35c4b5898ec0530416d6917.tar.gz |
[devel] Bump version to libpng-1.5.5beta01
Diffstat (limited to 'scripts/makefile.linux')
-rw-r--r-- | scripts/makefile.linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.linux b/scripts/makefile.linux index f91d46444..df8a59db4 100644 --- a/scripts/makefile.linux +++ b/scripts/makefile.linux @@ -10,7 +10,7 @@ # Library name: LIBNAME = libpng15 PNGMAJ = 15 -RELEASE = 4 +RELEASE = 5 # Shared library names: LIBSO=$(LIBNAME).so |