summaryrefslogtreecommitdiff
path: root/cmake/cpack.cmake
diff options
context:
space:
mode:
authorDenys Fedoryshchenko <denys.f@collabora.com>2024-03-30 19:58:28 +0200
committerGitHub <noreply@github.com>2024-03-30 19:58:28 +0200
commit6afbc5075a3cf88a47f01c9051dd0a7fdcb06299 (patch)
tree2436993c6dd57e1b7e655b87d0dbdade318194af /cmake/cpack.cmake
parentfd46f0d4703b8cf91254459a99a87f3e78e0be58 (diff)
parentdbffa39b4304f1be5e099f056a9e5001c3100393 (diff)
downloadaccel-ppp-1.13.0.tar.gz
accel-ppp-1.13.0.zip
Merge pull request #128 from nuclearcat/cmake-fixes1.13.01.13
cmake: Fix release version
Diffstat (limited to 'cmake/cpack.cmake')
-rw-r--r--cmake/cpack.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/cpack.cmake b/cmake/cpack.cmake
index 14e06244..3dfc2750 100644
--- a/cmake/cpack.cmake
+++ b/cmake/cpack.cmake
@@ -6,7 +6,7 @@ string(REPLACE "." ";" VERSION_LIST ${ACCEL_PPP_VERSION})
# If not assign dummy variables
list(LENGTH VERSION_LIST VERSION_LIST_LENGTH)
if(NOT VERSION_LIST_LENGTH EQUAL 3)
- set(VERSION_LIST 1;12;0)
+ set(VERSION_LIST 1;13;0)
endif()
list(GET VERSION_LIST 0 CPACK_PACKAGE_VERSION_MAJOR)
list(GET VERSION_LIST 1 CPACK_PACKAGE_VERSION_MINOR)