diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-02-12 15:27:36 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:18:30 -0500 |
commit | 8cafc1e1acf8e94ccd1636e6c685a7aa5adda060 (patch) | |
tree | dea413e3ca749e197b93e6960e951d6229824db1 /scripts/makefile.linux | |
parent | 51807d7608215a5d39aebadf4a4ca2139a1113a3 (diff) | |
download | libpng-8cafc1e1acf8e94ccd1636e6c685a7aa5adda060.tar.gz |
Imported from libpng-1.2.35rc02.tarv1.2.35rc02
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 ea07c85ef..174a216ea 100644 --- a/scripts/makefile.linux +++ b/scripts/makefile.linux @@ -7,7 +7,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.35rc01 +PNGMIN = 1.2.35rc02 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |