openscenegraph/VirtualPlanetBuilder

Wrong version in header

ryandesign opened this issue · 0 comments

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)