We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2b54f commit d225ab7Copy full SHA for d225ab7
1 file changed
stackman/stackman.h
@@ -4,11 +4,11 @@
4
5
/* Version information */
6
#define STACKMAN_VERSION_MAJOR 1
7
-#define STACKMAN_VERSION_MINOR 1
+#define STACKMAN_VERSION_MINOR 2
8
#define STACKMAN_VERSION_PATCH 0
9
10
/* Version as a string */
11
-#define STACKMAN_VERSION "1.1.0"
+#define STACKMAN_VERSION "1.2.0"
12
13
/* Version as a single number for comparisons (MMmmpp: Major, minor, patch) */
14
#define STACKMAN_VERSION_NUMBER ((STACKMAN_VERSION_MAJOR * 10000) + \
0 commit comments