From 8092994319f38eda5005e2896d9bdffe583fec4a Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Tue, 14 Jul 2015 13:10:51 +0300 Subject: [PATCH] Bump version to 1.1 --- Makefile | 2 +- Readme | 2 +- ttf2png.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"); -- 2.43.0