File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ enable_testing()
4
4
5
5
project (RapMap )
6
6
7
- set (CPACK_PACKAGE_VERSION "0.2 .0" )
7
+ set (CPACK_PACKAGE_VERSION "0.3 .0" )
8
8
SET (CPACK_PACKAGE_VERSION_MAJOR "0" )
9
- set (CPACK_PACKAGE_VERSION_MINOR "2 " )
9
+ set (CPACK_PACKAGE_VERSION_MINOR "3 " )
10
10
set (CPACK_PACKAGE_VERSION_PATCH "0" )
11
11
set (CPACK_GENERATOR "TGZ" )
12
12
set (CPACK_SOURCE_GENERATOR "TGZ" )
Original file line number Diff line number Diff line change 5
5
6
6
namespace rapmap {
7
7
constexpr char majorVersion[] = " 0" ;
8
- constexpr char minorVersion[] = " 2 " ;
8
+ constexpr char minorVersion[] = " 3 " ;
9
9
constexpr char patchVersion[] = " 0" ;
10
- constexpr char version [] = " 0.2 .0" ;
10
+ constexpr char version [] = " 0.3 .0" ;
11
11
constexpr uint32_t indexVersion = 2 ;
12
12
}
13
13
You can’t perform that action at this time.
0 commit comments