Skip to content

Commit 8231643

Browse files
committed
bump version number
1 parent d617bee commit 8231643

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ enable_testing()
44

55
project (RapMap)
66

7-
set(CPACK_PACKAGE_VERSION "0.2.0")
7+
set(CPACK_PACKAGE_VERSION "0.3.0")
88
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
9-
set(CPACK_PACKAGE_VERSION_MINOR "2")
9+
set(CPACK_PACKAGE_VERSION_MINOR "3")
1010
set(CPACK_PACKAGE_VERSION_PATCH "0")
1111
set(CPACK_GENERATOR "TGZ")
1212
set(CPACK_SOURCE_GENERATOR "TGZ")

include/RapMapConfig.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
namespace rapmap {
77
constexpr char majorVersion[] = "0";
8-
constexpr char minorVersion[] = "2";
8+
constexpr char minorVersion[] = "3";
99
constexpr char patchVersion[] = "0";
10-
constexpr char version [] = "0.2.0";
10+
constexpr char version [] = "0.3.0";
1111
constexpr uint32_t indexVersion = 2;
1212
}
1313

0 commit comments

Comments
 (0)