Skip to content

Commit

Permalink
Change version number to 1.4.0 in CMake (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
antaljanosbenjamin authored Jun 14, 2022
1 parent ca6249a commit 6f59c8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

cmake_minimum_required(VERSION 3.8)

if(WASM)
if(WASM)
execute_process(COMMAND ${CMAKE_SOURCE_DIR}/wasm/install_deps.sh)
set(CMAKE_TOOLCHAIN_FILE "${CMAKE_SOURCE_DIR}/wasm/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake")
endif()

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

0 comments on commit 6f59c8a

Please sign in to comment.