diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2012-02-18 22:14:22 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2012-02-18 23:33:18 -0600 |
commit | f9accb9df23b1c0bced6c7e74c8fbcc79f29138d (patch) | |
tree | 3588892452695ea884c8ff6c6387d75cd2a47c2a /scripts/makefile.linux | |
parent | 7a4e497b6285b4ae8c669e33de287ed7df3c9b59 (diff) | |
download | libpng-f9accb9df23b1c0bced6c7e74c8fbcc79f29138d.tar.gz |
[libpng15] Bump version to 1.5.10beta01
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 2dd9a93ed..f1c75b654 100644 --- a/scripts/makefile.linux +++ b/scripts/makefile.linux @@ -10,7 +10,7 @@ # Library name: LIBNAME = libpng15 PNGMAJ = 15 -RELEASE = 9 +RELEASE = 10 # Shared library names: LIBSO=$(LIBNAME).so |