diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-02 06:24:56 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-02 06:26:40 -0600 |
commit | 38453101f0c8ad9cbb005a0d51c2209ba7f3f72a (patch) | |
tree | fd93526ab4dbc3ca959a043e004490743e177504 /scripts/makefile.linux | |
parent | 8e46375186eb95d30d93bc3160861bb7ba99a0c7 (diff) | |
download | libpng-38453101f0c8ad9cbb005a0d51c2209ba7f3f72a.tar.gz |
[master] Bump version to 1.2.41beta13
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 3790d77cb..adc960cd2 100644 --- a/scripts/makefile.linux +++ b/scripts/makefile.linux @@ -10,7 +10,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.41beta12 +PNGMIN = 1.2.41beta13 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |