We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d617bee commit 8231643Copy full SHA for 8231643
2 files changed
CMakeLists.txt
@@ -4,9 +4,9 @@ enable_testing()
4
5
project (RapMap)
6
7
-set(CPACK_PACKAGE_VERSION "0.2.0")
+set(CPACK_PACKAGE_VERSION "0.3.0")
8
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
9
-set(CPACK_PACKAGE_VERSION_MINOR "2")
+set(CPACK_PACKAGE_VERSION_MINOR "3")
10
set(CPACK_PACKAGE_VERSION_PATCH "0")
11
set(CPACK_GENERATOR "TGZ")
12
set(CPACK_SOURCE_GENERATOR "TGZ")
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;
}
13
0 commit comments