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 0cea769 commit a9e5150Copy full SHA for a9e5150
build-scripts/config_common.cmake
@@ -124,7 +124,7 @@ if (NOT DEFINED WAMR_VERSION_MAJOR)
124
endif ()
125
126
if (NOT DEFINED WAMR_VERSION_MINOR)
127
- set (WAMR_VERSION_MINOR 0)
+ set (WAMR_VERSION_MINOR 1)
128
129
130
if (NOT DEFINED WAMR_VERSION_PATCH)
core/version.h
@@ -9,6 +9,6 @@
9
#ifndef _WAMR_VERSION_H_
10
#define _WAMR_VERSION_H_
11
#define WAMR_VERSION_MAJOR 1
12
-#define WAMR_VERSION_MINOR 0
+#define WAMR_VERSION_MINOR 1
13
#define WAMR_VERSION_PATCH 0
14
#endif
0 commit comments