From b4a8046596ea6d7dc61602ddc5065ad664f5b542 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Fri, 29 Sep 2023 00:16:35 -0500 Subject: [PATCH] Prepare for 8.0.0 Release Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e89b2226b..8157799113 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ find_package(gz-cmake3 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 diff --git a/Changelog.md b/Changelog.md index 04597a8ffc..4d7d22df7a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ ## Gazebo Sim 8.x -### Gazebo Sim 8.X.X (20XX-XX-XX) +### Gazebo Sim 8.0.0 (2023-09-29) 1. TouchPlugin: Reset the plugin with the initial values * [Pull request #2132](https://github.com/gazebosim/gz-sim/pull/2132)