diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-06-13 20:07:27 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-06-13 20:09:22 -0500 |
commit | 97039baa88c967533656d62a6ca86c0342bb07ff (patch) | |
tree | 665d8288576f7786143773665409ef080a8dcd4c /scripts/makefile.cegcc | |
parent | fd73d04515a4274e569a72baab374a6ded556a27 (diff) | |
download | libpng-97039baa88c967533656d62a6ca86c0342bb07ff.tar.gz |
[devel] Imported from libpng-1.5.4beta01.tarv1.5.4beta01
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 618da202a..57414dd4b 100644 --- a/scripts/makefile.cegcc +++ b/scripts/makefile.cegcc @@ -23,7 +23,7 @@ VERMAJ = 1 VERMIN = 5 -VERMIC = 3 +VERMIC = 4 VER = $(VERMAJ).$(VERMIN).$(VERMIC) NAME = libpng PACKAGE = $(NAME)-$(VER) |