From: Mikko Rasa Date: Tue, 14 Jul 2015 10:10:51 +0000 (+0300) Subject: Bump version to 1.1 X-Git-Url: http://git.tdb.fi/?p=ttf2png.git;a=commitdiff_plain;h=8092994319f38eda5005e2896d9bdffe583fec4a Bump version to 1.1 --- diff --git a/Makefile b/Makefile index d80e348..b719c0a 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ ttf2png: ttf2png.c clean: $(RM) ttf2png -VER = 1.0 +VER = 1.1 .PHONY: tarball tarball: ttf2png-$(VER).tar.gz diff --git a/Readme b/Readme index f9effa6..436e6b3 100644 --- a/Readme +++ b/Readme @@ -132,7 +132,7 @@ some fonts, not all of the glyphs fit completely inside the character box. Changelog -next +1.1 - Controllable margin and padding in packed mode - Do not generate overly large images in sequential grid mode diff --git a/ttf2png.c b/ttf2png.c index 733453d..770f0c6 100644 --- a/ttf2png.c +++ b/ttf2png.c @@ -281,7 +281,7 @@ int main(int argc, char **argv) void usage() { - printf("ttf2png 1.0 - True Type Font to PNG converter\n" + printf("ttf2png 1.1 - True Type Font to PNG converter\n" "Copyright (c) 2004-2008 Mikko Rasa, Mikkosoft Productions\n" "Distributed under the GNU General Public License\n\n");