Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong version in header #5

Open
ryandesign opened this issue Aug 9, 2023 · 0 comments
Open

Wrong version in header #5

ryandesign opened this issue Aug 9, 2023 · 0 comments

Comments

@ryandesign
Copy link

ryandesign commented Aug 9, 2023

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant