diff --git a/src/include/st_dev_version.h b/src/include/st_dev_version.h index 1f8655b0..49c990d3 100644 --- a/src/include/st_dev_version.h +++ b/src/include/st_dev_version.h @@ -26,7 +26,7 @@ #define VER_MINOR 4 /* patch: bug fix */ -#define VER_PATCH 4 +#define VER_PATCH 5 #define _STDK_STR(s) #s #define _STDK_VERSION_STR(a, b, c) _STDK_STR(a) "." _STDK_STR(b) "." _STDK_STR(c)