We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcc9ac commit 7464e09Copy full SHA for 7464e09
src/include/st_dev_version.h
@@ -26,7 +26,7 @@
26
#define VER_MINOR 4
27
28
/* patch: bug fix */
29
-#define VER_PATCH 5
+#define VER_PATCH 6
30
31
#define _STDK_STR(s) #s
32
#define _STDK_VERSION_STR(a, b, c) _STDK_STR(a) "." _STDK_STR(b) "." _STDK_STR(c)
0 commit comments