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 @@ -18,8 +18,8 @@ endif()
1818set (ROARING_LIB_NAME roaring)
1919set (PROJECT_VERSION_MAJOR 1)
2020set (PROJECT_VERSION_MINOR 1)
21- set (PROJECT_VERSION_PATCH 1 )
22- set (ROARING_LIB_VERSION "1.1.1 " CACHE STRING "Roaring library version" )
21+ set (PROJECT_VERSION_PATCH 2 )
22+ set (ROARING_LIB_VERSION "1.1.2 " CACHE STRING "Roaring library version" )
2323set (ROARING_LIB_SOVERSION "9" CACHE STRING "Roaring library soversion" )
2424
2525option (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 = "1.1.1 "
51+ PROJECT_NUMBER = "1.1.2 "
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 "1.1.1 "
4+ #define ROARING_VERSION "1.1.2 "
55enum {
66 ROARING_VERSION_MAJOR = 1 ,
77 ROARING_VERSION_MINOR = 1 ,
8- ROARING_VERSION_REVISION = 1
8+ ROARING_VERSION_REVISION = 2
99};
1010#endif // ROARING_INCLUDE_ROARING_VERSION
You can’t perform that action at this time.
0 commit comments