Skip to content

Commit 28b2c84

Browse files
Merge branch 'main' into release
Release 1.0.2
2 parents 648b428 + f8a7d0a commit 28b2c84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "libs/cxxopts"]
2-
path = libs/cxxopts
3-
url = git@github.com:NikolasK-source/cxxopts.git
2+
path = libs/cxxopts
3+
url = https://github.com/NikolasK-source/cxxopts.git

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13.4 FATAL_ERROR)
44
# ======================================================================================================================
55

66
# project
7-
project(stdin_to_modbus_shm LANGUAGES CXX VERSION 1.0.1)
7+
project(stdin_to_modbus_shm LANGUAGES CXX VERSION 1.0.2)
88

99
# settings
1010
set(Target "stdin_to_modbus_shm") # Executable name (without file extension!)

0 commit comments

Comments
 (0)