]> git.tdb.fi Git - ttf2png.git/blobdiff - Makefile
Version 0.3
[ttf2png.git] / Makefile
index 7ec1398085433f051dbf8817a24757ca7d73f05f..6219108db9c0b7237eef8285dcd2ae8957c2fa9e 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.2.1
+VER=0.3
 
 .PHONY: tarball
 tarball: ttf2png-$(VER).tar.gz