We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576ae1d commit ea90a54Copy full SHA for ea90a54
1 file changed
src/serum-version.h
@@ -2,7 +2,7 @@
2
3
#define SERUM_VERSION_MAJOR 1 // X Digits
4
#define SERUM_VERSION_MINOR 6 // Max 2 Digits
5
-#define SERUM_VERSION_PATCH 0 // Max 2 Digits
+#define SERUM_VERSION_PATCH 1 // Max 2 Digits
6
7
#define _SERUM_STR(x) #x
8
#define SERUM_STR(x) _SERUM_STR(x)
0 commit comments