We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe4418 commit dc4dcc3Copy full SHA for dc4dcc3
build-scripts/config_common.cmake
@@ -128,7 +128,7 @@ if (NOT DEFINED WAMR_VERSION_MINOR)
128
endif ()
129
130
if (NOT DEFINED WAMR_VERSION_PATCH)
131
- set (WAMR_VERSION_PATCH 0)
+ set (WAMR_VERSION_PATCH 1)
132
133
134
configure_file(${WAMR_ROOT_DIR}/core/version.h.in ${WAMR_ROOT_DIR}/core/version.h @ONLY)
core/version.h
@@ -10,5 +10,5 @@
10
#define _WAMR_VERSION_H_
11
#define WAMR_VERSION_MAJOR 1
12
#define WAMR_VERSION_MINOR 1
13
-#define WAMR_VERSION_PATCH 0
+#define WAMR_VERSION_PATCH 1
14
#endif
0 commit comments