Skip to content

Commit 48209d9

Browse files
Merge pull request #24 from SHMModbus/main
set version to 1.0.0
2 parents 9d6093a + 96d5165 commit 48209d9

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
@@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
99
# ======================================================================================================================
1010

1111
# project
12-
project(Modbus_RTU_client_shm LANGUAGES CXX VERSION 0.4.1)
12+
project(Modbus_RTU_client_shm LANGUAGES CXX VERSION 1.0.0)
1313

1414
# settings
1515
set(Target "modbus-rtu-client-shm") # Executable name (without file extension!)

0 commit comments

Comments
 (0)