Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ find_package(gz-cmake REQUIRED)
set(CMAKE_CXX_STANDARD 17)

set(CMAKE_CXX_STANDARD_REQUIRED ON)
gz_configure_project(VERSION_SUFFIX pre2)
gz_configure_project(VERSION_SUFFIX)

#============================================================================
# Set project-specific options
Expand Down
4 changes: 1 addition & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## Gazebo GUI 10

### Gazebo GUI 10.X.X (202X-XX-XX)

### Gazebo GUI 10.0.0 (2025-09-XX)
### Gazebo GUI 10.0.0 (2025-09-30)

1. Qt6 migration and updates
* [Pull request #697](https://github.com/gazebosim/gz-gui/pull/697)
Expand Down
Loading