From d90fa561b35270318b0dfc86a126f17a71b0e160 Mon Sep 17 00:00:00 2001 From: ronzheng Date: Fri, 17 Feb 2023 16:27:36 +0800 Subject: [PATCH] feat: tag v1.5.9 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cb7c5df..86298ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if(WIN32) cmake_policy(SET CMP0074 NEW) # CMake 3.12 required endif(WIN32) -project(rs_driver VERSION 1.5.8) +project(rs_driver VERSION 1.5.9) #======================== # Project setup