Skip to content

Commit 6f59c8a

Browse files
Change version number to 1.4.0 in CMake (#42)
1 parent ca6249a commit 6f59c8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414

1515
cmake_minimum_required(VERSION 3.8)
1616

17-
if(WASM)
17+
if(WASM)
1818
execute_process(COMMAND ${CMAKE_SOURCE_DIR}/wasm/install_deps.sh)
1919
set(CMAKE_TOOLCHAIN_FILE "${CMAKE_SOURCE_DIR}/wasm/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake")
2020
endif()
2121

22-
project(mgclient VERSION 1.2.0)
22+
project(mgclient VERSION 1.4.0)
2323
# Minor version increase can also mean ABI incompatibility with previous
2424
# versions. IMPORTANT: Take care of the SO version manually.
2525
set(mgclient_SOVERSION 2)
@@ -43,7 +43,7 @@ elseif(UNIX AND NOT APPLE)
4343
message(STATUS "ON LINUX WASM BUILD")
4444
elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux")
4545
message(STATUS "ON LINUX BUILD")
46-
else()
46+
else()
4747
message(FATAL_ERROR "Unsupported operating system. Please create issue or contribute!")
4848
endif()
4949
set(MGCLIENT_ON_LINUX TRUE)

0 commit comments

Comments
 (0)