Skip to content

Commit e6c4173

Browse files
authored
Merge pull request #143 from eseiler/chore/bump
chore: bump version
2 parents 3da81af + 8a5c383 commit e6c4173

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)