Skip to content

Commit

Permalink
chore: update readme, bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
edimetia3d committed Jun 18, 2024
1 parent 27e061b commit 4439552
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)
set(CMAKE_POLICY_DEFAULT_CMP0079 NEW)
project(opcclient)
project(opcclient VERSION 0.5.2 LANGUAGES CXX)

set(OPCDACLIENT_STATIC FALSE CACHE BOOL "Build static library version")
set(OPCDACLIENT_TESTING FALSE CACHE BOOL "Build test application")
Expand All @@ -16,7 +16,7 @@ endif()
set(CPACK_PACKAGE_VENDOR ${project})
set(CPACK_PACKAGE_NAME ${project})
set(CPACK_GENERATOR "ZIP")
set(CPACK_PACKAGE_FILE_NAME ${PROJECT_NAME}-0.5.1-${CMAKE_GENERATOR_PLATFORM})
set(CPACK_PACKAGE_FILE_NAME ${PROJECT_NAME}-${CMAKE_PROJECT_VERSION}-${CMAKE_GENERATOR_PLATFORM})
if (OPCDACLIENT_STATIC)
set(CPACK_PACKAGE_FILE_NAME ${CPACK_PACKAGE_FILE_NAME}-static)
endif()
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ wrong, you may check release 0.4.1 as a backup.
.

## Detail & ChangeLog
* Date: 2024-06-18
* 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.
* Date: 2021-10-10
* 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.
* Date: 2017-07-07
Expand Down

0 comments on commit 4439552

Please sign in to comment.