From 33422f46e3fb46c3086278e2bdc411220133f3e2 Mon Sep 17 00:00:00 2001 From: Dimitrios Siganos Date: Fri, 10 Jun 2022 12:30:25 +0100 Subject: [PATCH] Set version to v23.3 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f7a7ca61a7..e369b9b22d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,9 +47,9 @@ if(MSVC) endif() set(CPACK_PACKAGE_VERSION_MAJOR "23") -set(CPACK_PACKAGE_VERSION_MINOR "2") +set(CPACK_PACKAGE_VERSION_MINOR "3") set(CPACK_PACKAGE_VERSION_PATCH "0") -set(CPACK_PACKAGE_VERSION_PRE_RELEASE "99") +set(CPACK_PACKAGE_VERSION_PRE_RELEASE "0") set(CPACK_PACKAGE_VENDOR "Nano Currency") if(CI_BUILD)