diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2016-12-30 08:24:42 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2016-12-30 08:29:24 -0600 |
commit | b9b490c7f5ae7cecc618ccda8f511b11e75522f5 (patch) | |
tree | af180a7267cd0c3183c5ee9da92b02b1f652206c /scripts/makefile.cegcc | |
parent | e9c3d83d5a04835806287f1e8c0f2d3a962d6673 (diff) | |
download | libpng-b9b490c7f5ae7cecc618ccda8f511b11e75522f5.tar.gz |
[libpng16] Bump version to 1.6.28beta01
Diffstat (limited to 'scripts/makefile.cegcc')
-rw-r--r-- | scripts/makefile.cegcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.cegcc b/scripts/makefile.cegcc index 80b38d715..0fe9eac4b 100644 --- a/scripts/makefile.cegcc +++ b/scripts/makefile.cegcc @@ -23,7 +23,7 @@ VERMAJ = 1 VERMIN = 6 -VERMIC = 27 +VERMIC = 28 VER = $(VERMAJ).$(VERMIN).$(VERMIC) NAME = libpng PACKAGE = $(NAME)-$(VER) |