Skip to content

Commit 2c6fa6f

Browse files
committed
Bumped version to 1.4.5
1 parent 512fdcc commit 2c6fa6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/st_dev_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define VER_MINOR 4
2727

2828
/* patch: bug fix */
29-
#define VER_PATCH 4
29+
#define VER_PATCH 5
3030

3131
#define _STDK_STR(s) #s
3232
#define _STDK_VERSION_STR(a, b, c) _STDK_STR(a) "." _STDK_STR(b) "." _STDK_STR(c)

0 commit comments

Comments
 (0)