diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-05-06 12:49:23 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson glennrp@comcast.net <glennrp at users.sourceforge.net> | 2009-05-07 10:59:02 -0500 |
commit | 25c8491fc85abe6d2c970b6bb044e3a0989b8eb4 (patch) | |
tree | ecd7a2cd6ca791642b088316d206d82b4fc46b2b /scripts/makefile.openbsd | |
parent | d0d637dd479a3f460064e070bdc6d17d48235b43 (diff) | |
download | libpng-25c8491fc85abe6d2c970b6bb044e3a0989b8eb4.tar.gz |
Imported from libpng-1.2.36.tarv1.2.36
Diffstat (limited to 'scripts/makefile.openbsd')
-rw-r--r-- | scripts/makefile.openbsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.openbsd b/scripts/makefile.openbsd index 67efc9b32..b607a757b 100644 --- a/scripts/makefile.openbsd +++ b/scripts/makefile.openbsd @@ -8,7 +8,7 @@ LIBDIR= ${PREFIX}/lib MANDIR= ${PREFIX}/man/cat SHLIB_MAJOR= 0 -SHLIB_MINOR= 1.2.36rc01 +SHLIB_MINOR= 1.2.36 LIB= png SRCS= png.c pngerror.c pngget.c pngmem.c pngpread.c \ |