From 82316431a995f2d158055faae852106ebf01ec1f Mon Sep 17 00:00:00 2001 From: Rob Patro Date: Sat, 18 Jun 2016 21:39:52 -0400 Subject: [PATCH] bump version number --- CMakeLists.txt | 4 ++-- include/RapMapConfig.hpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3913376..17487b8 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,9 +4,9 @@ enable_testing() project (RapMap) -set(CPACK_PACKAGE_VERSION "0.2.0") +set(CPACK_PACKAGE_VERSION "0.3.0") SET(CPACK_PACKAGE_VERSION_MAJOR "0") -set(CPACK_PACKAGE_VERSION_MINOR "2") +set(CPACK_PACKAGE_VERSION_MINOR "3") set(CPACK_PACKAGE_VERSION_PATCH "0") set(CPACK_GENERATOR "TGZ") set(CPACK_SOURCE_GENERATOR "TGZ") diff --git a/include/RapMapConfig.hpp b/include/RapMapConfig.hpp index 289ea68..df7d935 100644 --- a/include/RapMapConfig.hpp +++ b/include/RapMapConfig.hpp @@ -5,9 +5,9 @@ namespace rapmap { constexpr char majorVersion[] = "0"; - constexpr char minorVersion[] = "2"; + constexpr char minorVersion[] = "3"; constexpr char patchVersion[] = "0"; - constexpr char version [] = "0.2.0"; + constexpr char version [] = "0.3.0"; constexpr uint32_t indexVersion = 2; }