diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2021-09-22 08:35:02 -0400 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2021-09-22 08:49:24 -0400 |
commit | e7437162ff5d47b2e0d62425517f919904795e5b (patch) | |
tree | 1d8a0707db2cb8eac7c0d878d0db4c264d9ec72f /CMakeLists.txt | |
parent | e0531f2c1467a3d6598cbf9e8a352a2b10a73cf1 (diff) | |
download | libgit2-e7437162ff5d47b2e0d62425517f919904795e5b.tar.gz |
v1.3: update version numberethomson/v1_3
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 36170a5dc..3dccec310 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.5.1) -project(libgit2 VERSION "1.2.0" LANGUAGES C) +project(libgit2 VERSION "1.3.0" LANGUAGES C) # Add find modules to the path set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${libgit2_SOURCE_DIR}/cmake/") |