From 9e65cf68664a3bcbe2734fed0b1cb6df264bce58 Mon Sep 17 00:00:00 2001 From: Guilherme Lawless Date: Tue, 14 Jul 2020 14:06:38 +0100 Subject: [PATCH] V21.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2934375ed2..91b079054e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ endif() set (CPACK_PACKAGE_VERSION_MAJOR "21") set (CPACK_PACKAGE_VERSION_MINOR "1") set (CPACK_PACKAGE_VERSION_PATCH "0") -set (CPACK_PACKAGE_VERSION_PRE_RELEASE "1") +set (CPACK_PACKAGE_VERSION_PRE_RELEASE "0") set (CPACK_PACKAGE_VENDOR "Nano Currency") if (CI_BUILD)