Skip to content

Wrong version in header #5

@ryandesign

Description

@ryandesign

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions