X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Makefile;h=7ec1398085433f051dbf8817a24757ca7d73f05f;hb=b97ea76636a9ffe5dc1ce15dadabfe5d0e5ab1fa;hp=b1dbdd255efabc2c9edcc1b56c34e0fe71073b4b;hpb=0cf5a030243dc072cd53af71988e10e03e6462ae;p=ttf2png.git diff --git a/Makefile b/Makefile index b1dbdd2..7ec1398 100644 --- 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.1 .PHONY: tarball tarball: ttf2png-$(VER).tar.gz