diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-02 05:51:47 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-02 05:54:39 -0600 |
commit | c75d7fb32e05522d0608e932a9a9b05c12fad80a (patch) | |
tree | 1ce336865031ccc8331e522c3761506857c606a4 /scripts/makefile.beos | |
parent | 6e0cf087ad7c582a5465a74a21542f7f970b7d6a (diff) | |
download | libpng-c75d7fb32e05522d0608e932a9a9b05c12fad80a.tar.gz |
[master] Bump version to 1.2.41beta12
Diffstat (limited to 'scripts/makefile.beos')
-rw-r--r-- | scripts/makefile.beos | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.beos b/scripts/makefile.beos index 1d9217484..9c46da18e 100644 --- a/scripts/makefile.beos +++ b/scripts/makefile.beos @@ -11,7 +11,7 @@ # Library name: LIBNAME=libpng12 PNGMAJ = 0 -PNGMIN = 1.2.41beta11 +PNGMIN = 1.2.41beta12 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |