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

Declare and export version #149

Merged
merged 4 commits into from
Mar 3, 2023
Merged

Declare and export version #149

merged 4 commits into from
Mar 3, 2023

Commits on Jun 10, 2022

  1. Declare version in cmake project() call

    CMakeLists.txt:
    Declare the project's version in the cmake project() call so that it may
    be exported to the project's cmake integration (used by other projects).
    dvzrv committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    089ef64 View commit details
    Browse the repository at this point in the history
  2. Write ghc_filesystem-config-version.cmake file

    CMakeLists.txt:
    Write a ghc_filesystem-config-version.cmake file and install it, so that
    other projects may rely on the exact version of ghc_filesystem.
    The compatibility mode implies, that any version of ghc_filesystem with
    the same major version is feature compatible.
    dvzrv committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    4c33b91 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Update CMakeLists.txt

    The projects compatibility rule is that minor changes can be api changes, so I changed it to SameMinorVersion.
    gulrak committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    f3c1058 View commit details
    Browse the repository at this point in the history
  2. Changed version to in-between releases version 1.5.13

    As the master version is on that number it avoids confusion.
    gulrak committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    b1ff2ce View commit details
    Browse the repository at this point in the history