From 396c3939d2d467c7e9ac88cf6bae707679c072dd Mon Sep 17 00:00:00 2001 From: Guilherme Lawless Date: Mon, 3 Aug 2020 19:10:08 +0100 Subject: [PATCH] Increment major version to 22 (#2868) Indicating development has started on that version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8112b7243..65276c650 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ if(MSVC) add_definitions(/MP) endif() -set (CPACK_PACKAGE_VERSION_MAJOR "21") +set (CPACK_PACKAGE_VERSION_MAJOR "22") set (CPACK_PACKAGE_VERSION_MINOR "0") set (CPACK_PACKAGE_VERSION_PATCH "0") set (CPACK_PACKAGE_VERSION_PRE_RELEASE "0")