summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2023-02-28 10:18:00 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2023-02-28 10:18:00 +0000
commit9d1a3ef7c722d38c8d007627b3ae830c2e658929 (patch)
treef76a74ef53e1bac00b639b52900a77cb3aa86f7b /CMakeLists.txt
parentda82fb5471f0b8cf098a4711b086c08a92f5357f (diff)
downloadlibgit2-9d1a3ef7c722d38c8d007627b3ae830c2e658929.tar.gz
v1.6.2: 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 e49bee302..710915da1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@
cmake_minimum_required(VERSION 3.5.1)
-project(libgit2 VERSION "1.6.1" LANGUAGES C)
+project(libgit2 VERSION "1.6.2" LANGUAGES C)
# Add find modules to the path
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake")