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 @@ -20,8 +20,8 @@ endif()
2020set (ROARING_LIB_NAME roaring)
2121set (PROJECT_VERSION_MAJOR 4)
2222set (PROJECT_VERSION_MINOR 4)
23- set (PROJECT_VERSION_PATCH 2 )
24- set (ROARING_LIB_VERSION "4.4.2 " CACHE STRING "Roaring library version" )
23+ set (PROJECT_VERSION_PATCH 3 )
24+ set (ROARING_LIB_VERSION "4.4.3 " CACHE STRING "Roaring library version" )
2525set (ROARING_LIB_SOVERSION "19" CACHE STRING "Roaring library soversion" )
2626
2727option (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 = "4.4.2 "
51+ PROJECT_NUMBER = "4.4.3 "
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 22// /include/roaring/roaring_version.h automatically generated by release.py, do not change by hand
33#ifndef ROARING_INCLUDE_ROARING_VERSION
44#define ROARING_INCLUDE_ROARING_VERSION
5- #define ROARING_VERSION "4.4.2 "
5+ #define ROARING_VERSION "4.4.3 "
66enum {
77 ROARING_VERSION_MAJOR = 4 ,
88 ROARING_VERSION_MINOR = 4 ,
9- ROARING_VERSION_REVISION = 2
9+ ROARING_VERSION_REVISION = 3
1010};
1111#endif // ROARING_INCLUDE_ROARING_VERSION
1212// clang-format on
You can’t perform that action at this time.
0 commit comments