Bumped version to 0.1.1

This commit is contained in:
Srivats P. 2010-06-28 21:10:29 +05:30
parent fedc4ec5d1
commit 2e6503faad

View File

@ -1,7 +1,7 @@
APP_VERSION = 0.1
APP_VERSION = 0.1.1
APP_REVISION = $(shell hg identify -i)
#uncomment the below line in a source package and fill-in the correct revision
#APP_REVISION = <rev-hash>
#APP_REVISION = <rev-hash>@
APP_VERSION_FILE = version.cpp
revtarget.target = $$APP_VERSION_FILE
win32:revtarget.commands = echo "const char *version = \"$$APP_VERSION\";" \