Skip to content

Commit d225ab7

Browse files
committed
Bump version to 1.2.0 in header file
1 parent df2b54f commit d225ab7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stackman/stackman.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
/* Version information */
66
#define STACKMAN_VERSION_MAJOR 1
7-
#define STACKMAN_VERSION_MINOR 1
7+
#define STACKMAN_VERSION_MINOR 2
88
#define STACKMAN_VERSION_PATCH 0
99

1010
/* Version as a string */
11-
#define STACKMAN_VERSION "1.1.0"
11+
#define STACKMAN_VERSION "1.2.0"
1212

1313
/* Version as a single number for comparisons (MMmmpp: Major, minor, patch) */
1414
#define STACKMAN_VERSION_NUMBER ((STACKMAN_VERSION_MAJOR * 10000) + \

0 commit comments

Comments
 (0)