We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ddf17 commit b3ed6bdCopy full SHA for b3ed6bd
CMakeLists.txt
@@ -16,7 +16,7 @@ find_package(gz-cmake3 REQUIRED)
16
set(CMAKE_CXX_STANDARD 17)
17
18
set(CMAKE_CXX_STANDARD_REQUIRED ON)
19
-gz_configure_project(VERSION_SUFFIX pre2)
+gz_configure_project(VERSION_SUFFIX)
20
21
#============================================================================
22
# Set project-specific options
Changelog.md
@@ -1,6 +1,6 @@
1
## Gazebo GUI 8
2
3
-### Gazebo GUI 8.0.0 (202X-XX-XX)
+### Gazebo GUI 8.0.0 (2023-09-29)
4
5
1. Use fully-qualified message names to avoid deprecation warning
6
* [Pull request #575](https://github.com/gazebosim/gz-gui/pull/575)
0 commit comments