summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-08-31 00:13:42 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2021-08-31 00:19:01 -0400
commitc811fc361be92226eec463f92e33d838fa0e9d54 (patch)
treed2e65e4e20ceefe929488efa3bb036b4fe94c3a5 /CMakeLists.txt
parent0e585d368eef69b03890297d2e3625bd6a798319 (diff)
downloadlibgit2-c811fc361be92226eec463f92e33d838fa0e9d54.tar.gz
v1.2: update version information
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fd046eb5c..36170a5dc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.5.1)
-project(libgit2 VERSION "1.1.0" LANGUAGES C)
+project(libgit2 VERSION "1.2.0" LANGUAGES C)
# Add find modules to the path
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${libgit2_SOURCE_DIR}/cmake/")