Skip to content

Commit 4439552

Browse files
committed
chore: update readme, bump version to 0.5.2
1 parent 27e061b commit 4439552

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22
set(CMAKE_POLICY_DEFAULT_CMP0079 NEW)
3-
project(opcclient)
3+
project(opcclient VERSION 0.5.2 LANGUAGES CXX)
44

55
set(OPCDACLIENT_STATIC FALSE CACHE BOOL "Build static library version")
66
set(OPCDACLIENT_TESTING FALSE CACHE BOOL "Build test application")
@@ -16,7 +16,7 @@ endif()
1616
set(CPACK_PACKAGE_VENDOR ${project})
1717
set(CPACK_PACKAGE_NAME ${project})
1818
set(CPACK_GENERATOR "ZIP")
19-
set(CPACK_PACKAGE_FILE_NAME ${PROJECT_NAME}-0.5.1-${CMAKE_GENERATOR_PLATFORM})
19+
set(CPACK_PACKAGE_FILE_NAME ${PROJECT_NAME}-${CMAKE_PROJECT_VERSION}-${CMAKE_GENERATOR_PLATFORM})
2020
if (OPCDACLIENT_STATIC)
2121
set(CPACK_PACKAGE_FILE_NAME ${CPACK_PACKAGE_FILE_NAME}-static)
2222
endif()

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ wrong, you may check release 0.4.1 as a backup.
4444
.
4545

4646
## Detail & ChangeLog
47+
* Date: 2024-06-18
48+
* Thanks for kumajaya, the project has been switched to CMake [PR#18](https://github.com/edimetia3d/OPC-Client-X64/pull/18), you can build it with CMake now.
4749
* Date: 2021-10-10
4850
* Thanks for wolfgang.griech (wolfgang.griech@gmail.com), who contributed a huge bug fixes [PR#14](https://github.com/edimetia3d/OPC-Client-X64/pull/14) that may fix many issues in this project.
4951
* Date: 2017-07-07

0 commit comments

Comments
 (0)