Skip to content

Commit 2d57782

Browse files
committed
bump version to 0.1.2
1 parent e75adb2 commit 2d57782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.21)
33
# Set the CMake toolchain file for cross-compilation
44
set(CMAKE_TOOLCHAIN_FILE "${CMAKE_CURRENT_LIST_DIR}/clang_toolchain.cmake" CACHE PATH "Path to the CMake's toolchain file")
55

6-
project(Wasm32UnknownUnknownLibCXX VERSION 0.1.1 LANGUAGES C CXX ASM)
6+
project(Wasm32UnknownUnknownLibCXX VERSION 0.1.2 LANGUAGES C CXX ASM)
77

88
set(LIBCXX_ENABLE_EXCEPTIONS OFF CACHE BOOL "" FORCE)
99
set(LIBCXXABI_ENABLE_EXCEPTIONS OFF CACHE BOOL "" FORCE)

0 commit comments

Comments
 (0)