Skip to content

Commit

Permalink
Upgrade version number to 1.1.1 (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyongh authored Oct 18, 2022
1 parent 3fe4418 commit dc4dcc3
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 @@ -128,7 +128,7 @@ if (NOT DEFINED WAMR_VERSION_MINOR)
endif ()

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

configure_file(${WAMR_ROOT_DIR}/core/version.h.in ${WAMR_ROOT_DIR}/core/version.h @ONLY)
Expand Down
2 changes: 1 addition & 1 deletion core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
#define _WAMR_VERSION_H_
#define WAMR_VERSION_MAJOR 1
#define WAMR_VERSION_MINOR 1
#define WAMR_VERSION_PATCH 0
#define WAMR_VERSION_PATCH 1
#endif

0 comments on commit dc4dcc3

Please sign in to comment.