From: Mikko Rasa Date: Fri, 23 Nov 2012 21:53:04 +0000 (+0200) Subject: Bump version to 1.0 X-Git-Tag: 1.0 X-Git-Url: http://git.tdb.fi/?p=ttf2png.git;a=commitdiff_plain;h=e13494aae1ab762e1b799571c7971cfe0a730451 Bump version to 1.0 --- diff --git a/Makefile b/Makefile index a5d2b3a..d80e348 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ ttf2png: ttf2png.c clean: $(RM) ttf2png -VER = 0.3 +VER = 1.0 .PHONY: tarball tarball: ttf2png-$(VER).tar.gz diff --git a/Readme b/Readme index 111f53c..74f4b56 100644 --- a/Readme +++ b/Readme @@ -124,7 +124,7 @@ some fonts, not all of the glyphs fit completely inside the character box. Changelog -next +1.0 - Improve the packing algorithm - Non-square cells for grid mode - Option to invert colors diff --git a/ttf2png.c b/ttf2png.c index 9714ecd..a9896c3 100644 --- a/ttf2png.c +++ b/ttf2png.c @@ -273,7 +273,7 @@ int main(int argc, char **argv) void usage() { - printf("ttf2png - True Type Font to PNG converter\n" + printf("ttf2png 1.0 - 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");