Skip to content

Commit a9e5150

Browse files
authored
Upgrade version number to 1.1.0 (#1536)
1 parent 0cea769 commit a9e5150

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-scripts/config_common.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ if (NOT DEFINED WAMR_VERSION_MAJOR)
124124
endif ()
125125

126126
if (NOT DEFINED WAMR_VERSION_MINOR)
127-
set (WAMR_VERSION_MINOR 0)
127+
set (WAMR_VERSION_MINOR 1)
128128
endif ()
129129

130130
if (NOT DEFINED WAMR_VERSION_PATCH)

core/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
#ifndef _WAMR_VERSION_H_
1010
#define _WAMR_VERSION_H_
1111
#define WAMR_VERSION_MAJOR 1
12-
#define WAMR_VERSION_MINOR 0
12+
#define WAMR_VERSION_MINOR 1
1313
#define WAMR_VERSION_PATCH 0
1414
#endif

0 commit comments

Comments
 (0)