diff options
Diffstat (limited to 'scripts/makefile.linux-opt')
-rw-r--r-- | scripts/makefile.linux-opt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.linux-opt b/scripts/makefile.linux-opt index 017656c6e..327151f0e 100644 --- a/scripts/makefile.linux-opt +++ b/scripts/makefile.linux-opt @@ -10,7 +10,7 @@ # Library name: LIBNAME = libpng16 PNGMAJ = 16 -RELEASE = 34 +RELEASE = 37 # Shared library names: LIBSO=$(LIBNAME).so @@ -232,7 +232,7 @@ clean: $(LIBSO) $(LIBSOMAJ)* pngtest-static pngtesti \ libpng.pc pnglibconf.h -DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO +DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO writelock: chmod a-w *.[ch35] $(DOCS) scripts/* |