Skip to content

Commit

Permalink
Upgrade version number to 1.1.0 (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyongh authored Sep 30, 2022
1 parent 0cea769 commit a9e5150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-scripts/config_common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ if (NOT DEFINED WAMR_VERSION_MAJOR)
endif ()

if (NOT DEFINED WAMR_VERSION_MINOR)
set (WAMR_VERSION_MINOR 0)
set (WAMR_VERSION_MINOR 1)
endif ()

if (NOT DEFINED WAMR_VERSION_PATCH)
Expand Down
2 changes: 1 addition & 1 deletion core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
#ifndef _WAMR_VERSION_H_
#define _WAMR_VERSION_H_
#define WAMR_VERSION_MAJOR 1
#define WAMR_VERSION_MINOR 0
#define WAMR_VERSION_MINOR 1
#define WAMR_VERSION_PATCH 0
#endif

0 comments on commit a9e5150

Please sign in to comment.