build number increase after release

This commit is contained in:
fluffypony 2014-09-07 08:33:41 +02:00
parent 0a9f2f5236
commit 4290c78160

View file

@ -1,4 +1,4 @@
#define BUILD_COMMIT_ID "@VERSION@"
#define PROJECT_VERSION "0.8.8"
#define PROJECT_VERSION_BUILD_NO "3"
#define PROJECT_VERSION_BUILD_NO "4"
#define PROJECT_VERSION_LONG PROJECT_VERSION "." PROJECT_VERSION_BUILD_NO "(" BUILD_COMMIT_ID ")"