diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2015-12-17 20:00:29 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2015-12-17 20:09:18 -0600 |
commit | 684c68d6fb82cbe01cc7d6f27b4b6f1450a5de1a (patch) | |
tree | 316af50fb3c9db1d85bf7baa76097ce985f5f6da /scripts/makefile.openbsd | |
parent | 94322f3f8fab766497c38bcb19a4b3f0ff867e27 (diff) | |
download | libpng-684c68d6fb82cbe01cc7d6f27b4b6f1450a5de1a.tar.gz |
[libpng15] Bump version to 1.5.27beta01
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 51a06c6ea..b35ccd1b0 100644 --- a/scripts/makefile.openbsd +++ b/scripts/makefile.openbsd @@ -11,7 +11,7 @@ LIBDIR= ${PREFIX}/lib MANDIR= ${PREFIX}/man/cat SHLIB_MAJOR= 15 -SHLIB_MINOR= 1.5.26 +SHLIB_MINOR= 1.5.27beta01 LIB= png SRCS= png.c pngerror.c pngget.c pngmem.c pngpread.c \ |