]> git.tdb.fi Git - ttf2png.git/blobdiff - Makefile
Version 0.2
[ttf2png.git] / Makefile
index b1dbdd255efabc2c9edcc1b56c34e0fe71073b4b..c20184729724ec7c6b08f51c223cc3dba2acf66b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 ttf2png: ttf2png.c
        gcc -Wall $^ -o $@ $(shell freetype-config --cflags --libs) $(shell pkg-config --cflags --libs libpng12)
 
-VER=0.1.1
+VER=0.2
 
 .PHONY: tarball
 tarball: ttf2png-$(VER).tar.gz