mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
bumped version to 0.2.5
This commit is contained in:
@@ -25,10 +25,10 @@
|
||||
|
||||
#define PCP_VERSION_MAJOR 0
|
||||
#define PCP_VERSION_MINOR 2
|
||||
#define PCP_VERSION_PATCH 4
|
||||
#define PCP_VERSION_PATCH 5
|
||||
|
||||
#define PCP_MAKE_VERSION(major, minor, patch) \
|
||||
((major) * 10000 + (minor) * 100 + (patch))
|
||||
((major * 10000) + (minor * 100) + (patch))
|
||||
#define PCP_VERSION \
|
||||
PCP_MAKE_VERSION(PCP_VERSION_MAJOR, PCP_VERSION_MINOR, PCP_VERSION_PATCH)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user