diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-06-25 19:31:30 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-06-25 20:28:26 -0500 |
commit | 72c637ec63fd34d2280f828ee75658ed09ae8d5b (patch) | |
tree | 1af139d1e16f36433cb164793896b471ba106a31 /scripts/makefile.linux | |
parent | 303d2490a3565b43e38cd43b0fe23b8da134bdde (diff) | |
download | libpng-72c637ec63fd34d2280f828ee75658ed09ae8d5b.tar.gz |
[legacy] Imported from libpng-1.2.44.tarv1.2.44
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 eb1216b7b..faf697fdb 100644 --- a/scripts/makefile.linux +++ b/scripts/makefile.linux @@ -10,7 +10,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.44rc03 +PNGMIN = 1.2.44 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |