From a5631af2ee5eda08ea122c5bfc2b4aa420bf36a4 Mon Sep 17 00:00:00 2001 From: clemahieu Date: Sun, 28 Dec 2014 11:07:29 -0600 Subject: [PATCH] Bumping version. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 807008cc..29aac86c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -185,7 +185,7 @@ else () endif () set (CPACK_PACKAGE_VERSION_MAJOR "3") -set (CPACK_PACKAGE_VERSION_MINOR "0") -set (CPACK_PACKAGE_VERSION_PATCH "1") +set (CPACK_PACKAGE_VERSION_MINOR "1") +set (CPACK_PACKAGE_VERSION_PATCH "0") include (CPack)