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 f959b98 commit cd8fb32Copy full SHA for cd8fb32
CMakeLists.txt
@@ -16,7 +16,7 @@ find_package(gz-cmake REQUIRED)
16
set(CMAKE_CXX_STANDARD 17)
17
set(CMAKE_CXX_STANDARD_REQUIRED ON)
18
19
-gz_configure_project(VERSION_SUFFIX pre1)
+gz_configure_project(VERSION_SUFFIX)
20
21
#============================================================================
22
# Set project-specific options
Changelog.md
@@ -1,6 +1,6 @@
1
## Gazebo Sensors 10
2
3
-### Gazebo Sensors 10.0.0 (2025-09-XX)
+### Gazebo Sensors 10.0.0 (2025-09-30)
4
5
1. **Baseline:** this includes all changes from 9.2.0 and earlier.
6
0 commit comments