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 727eb3c commit 18aa48fCopy full SHA for 18aa48f
CMakeLists.txt
@@ -18,7 +18,7 @@ find_package(gz-cmake3 REQUIRED)
18
set(CMAKE_CXX_STANDARD 17)
19
set(CMAKE_CXX_STANDARD_REQUIRED ON)
20
21
-gz_configure_project(VERSION_SUFFIX pre2)
+gz_configure_project(VERSION_SUFFIX)
22
23
#============================================================================
24
# Set project-specific options
Changelog.md
@@ -1,6 +1,6 @@
1
## Gazebo Sim 8.x
2
3
-### Gazebo Sim 8.X.X (20XX-XX-XX)
+### Gazebo Sim 8.0.0 (2023-09-29)
4
5
1. TouchPlugin: Reset the plugin with the initial values
6
* [Pull request #2132](https://github.com/gazebosim/gz-sim/pull/2132)
0 commit comments