Skip to content

Commit 012a9aa

Browse files
committed
[Release] bump version to 0.8.0
1 parent 15cfdcb commit 012a9aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.5.1)
2-
project(ugv_sdk VERSION 0.7.0)
2+
project(ugv_sdk VERSION 0.8.0)
33

44
find_program(CCACHE_PROGRAM ccache)
55
if(CCACHE_PROGRAM)

doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "ugv_sdk"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "v0.7.0"
41+
PROJECT_NUMBER = "v0.8.0"
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)