From 2b26909913b577fea02db9fd6a984fbf13d43b95 Mon Sep 17 00:00:00 2001 From: hanskw-weston Date: Tue, 5 Mar 2024 05:33:06 +0000 Subject: [PATCH] [Release] bump verstion to 0.7.0 --- CMakeLists.txt | 2 +- doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 69da3c6a..564ecd9b 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5.1) -project(ugv_sdk VERSION 0.6.0) +project(ugv_sdk VERSION 0.7.0) find_program(CCACHE_PROGRAM ccache) if(CCACHE_PROGRAM) diff --git a/doxyfile b/doxyfile index 6e9be61d..38c5b380 100644 --- a/doxyfile +++ b/doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "ugv_sdk" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "v0.6.0" +PROJECT_NUMBER = "v0.7.0" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a