From 4a420c73ba21bcc8a60b5530dec20ee9dc0ca4f6 Mon Sep 17 00:00:00 2001 From: Russel Waters Date: Thu, 24 Oct 2019 16:36:06 -0400 Subject: [PATCH] increment Major to indicate V20 RC has begun --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f2c41b5..49e6d49d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ execute_process( option (CI_BUILD false) -set (CPACK_PACKAGE_VERSION_MAJOR "20") +set (CPACK_PACKAGE_VERSION_MAJOR "21") set (CPACK_PACKAGE_VERSION_MINOR "0") set (CPACK_PACKAGE_VERSION_PATCH "0") set (CPACK_PACKAGE_VENDOR "Nano Currency")