Skip to content

Commit c2b5e4c

Browse files
committed
Fix version in test
1 parent 854cdf4 commit c2b5e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testutil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#define VERSION_MAJOR_STR "0"
1212
#define VERSION_MINOR_STR "1"
13-
#define VERSION_REVISION_STR "3"
13+
#define VERSION_REVISION_STR "4"
1414

1515
#define STR_CONST(str) str, (sizeof(str)-1)
1616
#define VEC_CONST(vec) vec, sizeof(vec)

0 commit comments

Comments
 (0)