0.9.12 was released in 2011 and 0.9.13 and 1.0.0-rc1 in 2015, yet the version in the Version header is still 0.9.11:
|
#define VPB_VERSION_MAJOR 0 |
|
#define VPB_VERSION_MINOR 9 |
|
#define VPB_VERSION_PATCH 11 |
|
#define VPB_VERSION_SOVERSION 11 |
This doesn't match what's in CMakeLists.txt:
|
SET(VIRTUALPLANETBUILDER_MAJOR_VERSION 1) |
|
SET(VIRTUALPLANETBUILDER_MINOR_VERSION 1) |
|
SET(VIRTUALPLANETBUILDER_PATCH_VERSION 0) |
|
SET(VIRTUALPLANETBUILDER_SOVERSION 30) |
0.9.12 was released in 2011 and 0.9.13 and 1.0.0-rc1 in 2015, yet the version in the Version header is still 0.9.11:
VirtualPlanetBuilder/include/vpb/Version
Lines 21 to 24 in 22bf67f
This doesn't match what's in CMakeLists.txt:
VirtualPlanetBuilder/CMakeLists.txt
Lines 31 to 34 in 22bf67f