]> git.tdb.fi Git - ttf2png.git/commitdiff
Bump version to 2.0 master
authorMikko Rasa <tdb@tdb.fi>
Wed, 31 Mar 2021 11:27:05 +0000 (14:27 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 31 Mar 2021 11:27:05 +0000 (14:27 +0300)
Makefile
Readme
ttf2png.c

index 0c009ab60f8937177a0879747ae1e8c27746264b..17d4d5e70f7f1a592ef0254a8205d26a8bf11ab9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ ttf2png: ttf2png.c
 clean:
        $(RM) ttf2png
 
-VER = 1.1
+VER = 2.0
 
 .PHONY: tarball
 tarball: ttf2png-$(VER).tar.gz
diff --git a/Readme b/Readme
index 026833055418900ea2c133ecd0a8ba38f5d2ca8c..8a54d013cae452e60421904b82aa980a5a6e3c0e 100644 (file)
--- a/Readme
+++ b/Readme
@@ -1,5 +1,5 @@
 ttf2png - True Type Font to PNG converter
-Copyright (c) 2004-2018  Mikko Rasa, Mikkosoft Productions
+Copyright (c) 2004-2021  Mikko Rasa, Mikkosoft Productions
 
 
 Software requirements
@@ -173,7 +173,7 @@ glyphs:
 
 Changelog
 
-next
+2.0 "The release I forgot to make three years ago"
 - Alternate ways of specifying code point ranges
 - Multiple code point ranges can be specified
 - Option to generate non-power-of-two images
index d3ea069db4342a53f02ba58215f6df5ca08a9469..76c2e0d96d7330fa530fe00d842b42eca40573e7 100644 (file)
--- a/ttf2png.c
+++ b/ttf2png.c
@@ -1,6 +1,6 @@
 /*
 ttf2png - True Type Font to PNG converter
-Copyright (c) 2004-2018 Mikko Rasa, Mikkosoft Productions
+Copyright (c) 2004-2021 Mikko Rasa, Mikkosoft Productions
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -289,8 +289,8 @@ int main(int argc, char **argv)
 
 void usage(void)
 {
-       printf("ttf2png 1.1 - True Type Font to PNG converter\n"
-               "Copyright (c) 2004-2018  Mikko Rasa, Mikkosoft Productions\n"
+       printf("ttf2png 2.0 - True Type Font to PNG converter\n"
+               "Copyright (c) 2004-2021  Mikko Rasa, Mikkosoft Productions\n"
                "Distributed under the GNU General Public License\n\n");
 
        printf("Usage: ttf2png [options] <TTF file>\n\n");