Skip to content

Commit dc4dcc3

Browse files
authored
Upgrade version number to 1.1.1 (#1609)
1 parent 3fe4418 commit dc4dcc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-scripts/config_common.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ if (NOT DEFINED WAMR_VERSION_MINOR)
128128
endif ()
129129

130130
if (NOT DEFINED WAMR_VERSION_PATCH)
131-
set (WAMR_VERSION_PATCH 0)
131+
set (WAMR_VERSION_PATCH 1)
132132
endif ()
133133

134134
configure_file(${WAMR_ROOT_DIR}/core/version.h.in ${WAMR_ROOT_DIR}/core/version.h @ONLY)

core/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
#define _WAMR_VERSION_H_
1111
#define WAMR_VERSION_MAJOR 1
1212
#define WAMR_VERSION_MINOR 1
13-
#define WAMR_VERSION_PATCH 0
13+
#define WAMR_VERSION_PATCH 1
1414
#endif

0 commit comments

Comments
 (0)