X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Makefile;h=6219108db9c0b7237eef8285dcd2ae8957c2fa9e;hb=6216f2109e6cd59dd81dd3a5df331d2209aca2bc;hp=7ec1398085433f051dbf8817a24757ca7d73f05f;hpb=8665ed42e9f40edaa902d963c933f8627a3178e6;p=ttf2png.git diff --git a/Makefile b/Makefile index 7ec1398..6219108 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.2.1 +VER=0.3 .PHONY: tarball tarball: ttf2png-$(VER).tar.gz