]> git.tdb.fi Git - ttf2png.git/commitdiff
Bump version to 1.1
authorMikko Rasa <tdb@tdb.fi>
Tue, 14 Jul 2015 10:10:51 +0000 (13:10 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 14 Jul 2015 10:10:51 +0000 (13:10 +0300)
Makefile
Readme
ttf2png.c

index d80e348156246c86c43d697e3dac65b04c7c1c03..b719c0ab53e3f9e1633f9faa07ae98ec3f8e26a4 100644 (file)
--- 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 f9effa651f3e30c00b0c70076a1f22c061b6c446..436e6b35bec11b399be80500296c602c3b069f72 100644 (file)
--- 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
 
index 733453d3c76147896e0acc2b49b437045a2135ff..770f0c633119efc6a3e6219a287bb85de48a193e 100644 (file)
--- 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");