version++; updated POD.

This commit is contained in:
git@daemon.de
2013-11-12 17:05:16 +01:00
parent a76ff60d7a
commit d2bf933d2f
7 changed files with 61 additions and 25 deletions

View File

@@ -25,7 +25,7 @@
#define PCP_VERSION_MAJOR 0
#define PCP_VERSION_MINOR 1
#define PCP_VERSION_PATCH 4
#define PCP_VERSION_PATCH 5
#define PCP_MAKE_VERSION(major, minor, patch) \
((major) * 10000 + (minor) * 100 + (patch))