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

Implement new PCL versioning scheme #1905

Merged
merged 5 commits into from
Jun 30, 2017

Commits on Jun 29, 2017

  1. Introduce a new CMake and C++ macro variable "PCL_DEV_VERSION"

    It is set to 1 for development versions and 0 for release versions.
    Development versions are identified by a "-dev" prefix.
    
    This commit drops unused PCL_CANDIDATE_VERSION CMake variable.
    taketwo committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    a75823c View commit details
    Browse the repository at this point in the history
  2. Update PCL_VERSION_COMPARE macro function to account for development …

    …versions
    
    A development version is always greater than its precedent released version and less than any of the future releases.
    taketwo committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    83a1088 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84474ba View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2017

  1. Add PCL_VERSION_PLAIN and use where appropriate

    This variable is just like PCL_VERSION, but with "-dev" suffix (if any)
    replaced by ".99" tweak number.
    
    fu
    taketwo committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    48729a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8917e8 View commit details
    Browse the repository at this point in the history