Skip to content

Commit

Permalink
[Release] bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rdu-weston committed Aug 1, 2024
1 parent 4d97685 commit 4b19dab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5.1)
project(ugv_sdk VERSION 0.8.0)
project(ugv_sdk VERSION 0.8.1)

find_program(CCACHE_PROGRAM ccache)
if(CCACHE_PROGRAM)
Expand Down
2 changes: 1 addition & 1 deletion doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0"
PROJECT_NUMBER = "v0.8.1"

# 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
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ugv_sdk</name>
<version>0.8.0</version>
<version>0.8.1</version>
<description>Weston Robot Platform SDK</description>

<author email="[email protected]">Ruixiang Du</author>
Expand Down

0 comments on commit 4b19dab

Please sign in to comment.