There was an error while loading. Please reload this page.
1 parent 3da81af commit 8a5c383Copy full SHA for 8a5c383
1 file changed
include/sdsl/version.hpp
@@ -16,7 +16,7 @@
16
//!\brief The minor version as MACRO.
17
#define SDSL_VERSION_MINOR 0
18
//!\brief The patch version as MACRO.
19
-#define SDSL_VERSION_PATCH 4
+#define SDSL_VERSION_PATCH 5
20
21
//!\brief The full version as MACRO (number).
22
#define SDSL_VERSION (SDSL_VERSION_MAJOR * 10000 + SDSL_VERSION_MINOR * 100 + SDSL_VERSION_PATCH)
0 commit comments