Skip to content

Commit 8a5c383

Browse files
committed
chore: bump version
1 parent 3da81af commit 8a5c383

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/sdsl/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//!\brief The minor version as MACRO.
1717
#define SDSL_VERSION_MINOR 0
1818
//!\brief The patch version as MACRO.
19-
#define SDSL_VERSION_PATCH 4
19+
#define SDSL_VERSION_PATCH 5
2020

2121
//!\brief The full version as MACRO (number).
2222
#define SDSL_VERSION (SDSL_VERSION_MAJOR * 10000 + SDSL_VERSION_MINOR * 100 + SDSL_VERSION_PATCH)

0 commit comments

Comments
 (0)