]> git.tdb.fi Git - ttf2png.git/commitdiff
Bump version to 1.0 1.0
authorMikko Rasa <tdb@tdb.fi>
Fri, 23 Nov 2012 21:53:04 +0000 (23:53 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 23 Nov 2012 21:53:04 +0000 (23:53 +0200)
Makefile
Readme
ttf2png.c

index a5d2b3ad096c25112548204557948ed95f757689..d80e348156246c86c43d697e3dac65b04c7c1c03 100644 (file)
--- 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 111f53cadd2f63d418386aeedf350d4e8d3f7f89..74f4b569d1ebd49fb2026492dedd3d04e871af25 100644 (file)
--- 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
index 9714ecd24a32ee95b99f009a6ea29d7d2cb9d38a..a9896c39f9e2c737d0f7d1576199f8a0fee0239c 100644 (file)
--- 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");