Skip to content

Commit

Permalink
libgit2: upgraded to version 1.0.0 (#2340).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed May 15, 2020
1 parent c80d70e commit 51992b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/plugins/thirdParty/libgit2/CMakeLists.txt
Expand Up @@ -3,21 +3,21 @@ project(libgit2Plugin)
# Name and version of our package

set(PACKAGE_NAME libgit2)
set(PACKAGE_VERSION 0.99.0)
set(PACKAGE_VERSION 1.0.0)

# Version of our library

set(MAJOR_LIBRARY_VERSION 0)
set(MINOR_LIBRARY_VERSION 99)
set(MAJOR_LIBRARY_VERSION 1)
set(MINOR_LIBRARY_VERSION 0)
set(LIBRARY_VERSION ${MAJOR_LIBRARY_VERSION}.${MINOR_LIBRARY_VERSION}.0)

# Git tag for our library

set(GIT_TAG v0.99.0-opencor)
set(GIT_TAG v1.0.0-opencor)

# Release tag

set(RELEASE_TAG v0.99.0-opencor)
set(RELEASE_TAG v1.0.0-opencor)

# Specify where our local package will be installed

Expand Down

0 comments on commit 51992b8

Please sign in to comment.