Browse Source

Bump version to v1.0b5.

scossu 1 week ago
parent
commit
0184867df4
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Doxyfile
  2. 1 1
      include/volksdata/core.h

+ 1 - 1
Doxyfile

@@ -48,7 +48,7 @@ PROJECT_NAME           = Volksdata
 # could be handy for archiving the generated documentation or if some version
 # control system is used.
 
-PROJECT_NUMBER         = 1.0b4
+PROJECT_NUMBER         = 1.0b5
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewers a

+ 1 - 1
include/volksdata/core.h

@@ -22,7 +22,7 @@
 #include "xxhash.h"
 
 
-#define VOLK_VERSION "1.0b4"
+#define VOLK_VERSION "1.0b5"
 
 
 // Logging and debugging.