From 5a8d01bf296a55be625d2c427cb9f2bf14ea6d1d Mon Sep 17 00:00:00 2001 From: Luca Scarabello Date: Wed, 24 Aug 2022 12:42:28 +0200 Subject: [PATCH] MNT: bump version to 1.7.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7584ef3..fb67d13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ SC_BEGIN_PACKAGE(RTDD) -SET(VERSION_STR "1.7.9") +SET(VERSION_STR "1.7.10") INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/libs) INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/libs)