aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Berndt <lukekb@gmail.com>2022-11-25 10:07:28 -0500
committerGitHub <noreply@github.com>2022-11-25 10:07:28 -0500
commit12bd5f0b984cb4332a64f514db17ac08a7f9de4b (patch)
tree1a93d95b2b78995d8d5038cea7a2f0274cf7b39b
parent3a7025524e2b0de108770f56642e92eeda02282e (diff)
Update CMakeLists.txtv4.4.2
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a75287a4..41d65799 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -53,7 +53,7 @@ list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/cmake/Modules)
# Set the version information here
set(VERSION_MAJOR 4)
set(VERSION_API 4)
-set(VERSION_ABI 0)
+set(VERSION_ABI 2)
set(VERSION_PATCH git)