From 833fd47f83535376690901e196622fad19289146 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 6 Oct 2014 08:49:33 -0700 Subject: [PATCH] Change the next version number to 0.12.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1897a4f5..06e6e7b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,8 +122,8 @@ if (EXISTS .gitignore) set(CPACK_SOURCE_GENERATOR ZIP) set(CPACK_SOURCE_IGNORE_FILES ${ignored_files}) - set(CPACK_PACKAGE_VERSION_MAJOR 1) - set(CPACK_PACKAGE_VERSION_MINOR 0) + set(CPACK_PACKAGE_VERSION_MAJOR 0) + set(CPACK_PACKAGE_VERSION_MINOR 12) set(CPACK_PACKAGE_VERSION_PATCH 0) set(CPACK_SOURCE_PACKAGE_FILE_NAME cppformat-${CPPFORMAT_VERSION}) set(CPACK_RESOURCE_FILE_README ${FORMAT_SOURCE_DIR}/README.rst)