Skip to content

Commit 1cb9145

Browse files
increment version
1 parent 920708a commit 1cb9145

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0 FATAL_ERROR)
99
# ======================================================================================================================
1010

1111
# project
12-
project(stdin-to-modbus-shm LANGUAGES CXX VERSION 1.3.1)
12+
project(stdin-to-modbus-shm LANGUAGES CXX VERSION 1.4.0)
1313

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

src/generated/version_info.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ const std::string stdin_to_modbus_shm_version_info::VERSION_STR(PROJECT_VERSION)
1111
const std::string stdin_to_modbus_shm_version_info::NAME(PROJECT_NAME);
1212
const std::string stdin_to_modbus_shm_version_info::COMPILER(COMPILER_INFO);
1313
const std::string stdin_to_modbus_shm_version_info::SYSTEM(SYSTEM_INFO);
14-
const std::string stdin_to_modbus_shm_version_info::GIT_HASH("60e5df975348194055772e16e37c5b2a6d98e18d-dirty");
14+
const std::string stdin_to_modbus_shm_version_info::GIT_HASH("920708ae1f4add3ee443228eb0ca0966a059ab8b-dirty");

0 commit comments

Comments
 (0)