From 87910ff7aca8fc7ecf4c73d34244a8662cbdaf7c Mon Sep 17 00:00:00 2001 From: Luca Scarabello Date: Sat, 2 Jul 2022 23:59:59 +0200 Subject: [PATCH] MNT: bump version to 1.7.7 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b2f344..4a02189 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ SC_BEGIN_PACKAGE(RTDD) -SET(VERSION_STR "1.7.6") +SET(VERSION_STR "1.7.7") INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/libs) INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/libs)