summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2023-02-23 00:34:40 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2023-02-24 22:21:41 +0000
commitef235a1662593a11260d0220b860aea70c2e47ec (patch)
tree2717cdd380b7bf58558e8ed60a3e16293274c77f /CMakeLists.txt
parentc5b306020d73397fecfc3f2f2f7a462b562818d9 (diff)
downloadlibgit2-ef235a1662593a11260d0220b860aea70c2e47ec.tar.gz
v1.6: update version numbers
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 cf3b62246..9d7bc6c6e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@
cmake_minimum_required(VERSION 3.5.1)
-project(libgit2 VERSION "1.5.0" LANGUAGES C)
+project(libgit2 VERSION "1.6.0" LANGUAGES C)
# Add find modules to the path
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake")