Skip to content

Commit 3e1e838

Browse files
committed
Prepare for 10.0.0 release (#1176)
Signed-off-by: Ian Chen <[email protected]>
1 parent d663bf7 commit 3e1e838

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
@@ -17,7 +17,7 @@ find_package(gz-cmake REQUIRED)
1717
set(CMAKE_CXX_STANDARD 17)
1818
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1919

20-
gz_configure_project(VERSION_SUFFIX pre2)
20+
gz_configure_project(VERSION_SUFFIX pre1)
2121

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

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Gazebo Rendering 10.X
44

5-
### Gazebo Rendering 10.0.0 (2025-09-XX)
5+
### Gazebo Rendering 10.0.0 (2025-09-30)
66

77
1. **Baseline:** this includes all changes from 9.3.0 and earlier.
88

0 commit comments

Comments
 (0)