Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolasK-source committed Aug 19, 2022
1 parent 79a75b9 commit 757bf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13.4 FATAL_ERROR)
# ======================================================================================================================

# project
project(Modbus_TCP_client_shm LANGUAGES CXX VERSION 1.1.1)
project(Modbus_TCP_client_shm LANGUAGES CXX VERSION 1.2.0)

# settings
set(Target "modbus-tcp-client-shm") # Executable name (without file extension!)
Expand Down

0 comments on commit 757bf0d

Please sign in to comment.