From dbffa39b4304f1be5e099f056a9e5001c3100393 Mon Sep 17 00:00:00 2001 From: Denys Fedoryshchenko Date: Sat, 30 Mar 2024 19:24:33 +0200 Subject: cmake: Fix release version for 1.13.0 We need to set certain fields before release. Signed-off-by: Denys Fedoryshchenko --- cmake/cpack.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') 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) -- cgit v1.2.3