From e13494aae1ab762e1b799571c7971cfe0a730451 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Fri, 23 Nov 2012 23:53:04 +0200 Subject: [PATCH] Bump version to 1.0 --- Makefile | 2 +- Readme | 2 +- ttf2png.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"); -- 2.43.0