File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ endif()
1717set (ROARING_LIB_NAME roaring)
1818set (PROJECT_VERSION_MAJOR 2)
1919set (PROJECT_VERSION_MINOR 0)
20- set (PROJECT_VERSION_PATCH 0 )
21- set (ROARING_LIB_VERSION "2.0.0 " CACHE STRING "Roaring library version" )
20+ set (PROJECT_VERSION_PATCH 1 )
21+ set (ROARING_LIB_VERSION "2.0.1 " CACHE STRING "Roaring library version" )
2222set (ROARING_LIB_SOVERSION "13" CACHE STRING "Roaring library soversion" )
2323
2424option (ROARING_EXCEPTIONS "Enable exception-throwing interface" ON )
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = "CRoaring"
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER = "2.0.0 "
51+ PROJECT_NUMBER = "2.0.1 "
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 11// /include/roaring/roaring_version.h automatically generated by release.py, do not change by hand
22#ifndef ROARING_INCLUDE_ROARING_VERSION
33#define ROARING_INCLUDE_ROARING_VERSION
4- #define ROARING_VERSION "2.0.0 "
4+ #define ROARING_VERSION "2.0.1 "
55enum {
66 ROARING_VERSION_MAJOR = 2 ,
77 ROARING_VERSION_MINOR = 0 ,
8- ROARING_VERSION_REVISION = 0
8+ ROARING_VERSION_REVISION = 1
99};
1010#endif // ROARING_INCLUDE_ROARING_VERSION
You can’t perform that action at this time.
0 commit comments