From: Mikko Rasa Date: Wed, 31 Mar 2021 11:27:05 +0000 (+0300) Subject: Bump version to 2.0 X-Git-Url: http://git.tdb.fi/?p=ttf2png.git;a=commitdiff_plain Bump version to 2.0 --- diff --git a/Makefile b/Makefile index 0c009ab..17d4d5e 100644 --- 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 0268330..8a54d01 100644 --- 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 diff --git a/ttf2png.c b/ttf2png.c index d3ea069..76c2e0d 100644 --- 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] \n\n");