Skip to content

Commit b3ed6bd

Browse files
authored
Prepare for 8.0.0 Release (#579)
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent d8ddf17 commit b3ed6bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ find_package(gz-cmake3 REQUIRED)
1616
set(CMAKE_CXX_STANDARD 17)
1717

1818
set(CMAKE_CXX_STANDARD_REQUIRED ON)
19-
gz_configure_project(VERSION_SUFFIX pre2)
19+
gz_configure_project(VERSION_SUFFIX)
2020

2121
#============================================================================
2222
# Set project-specific options

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Gazebo GUI 8
22

3-
### Gazebo GUI 8.0.0 (202X-XX-XX)
3+
### Gazebo GUI 8.0.0 (2023-09-29)
44

55
1. Use fully-qualified message names to avoid deprecation warning
66
* [Pull request #575](https://github.com/gazebosim/gz-gui/pull/575)

0 commit comments

Comments
 (0)