From 58bafb8b5d89b8b7e43a93995f40fcdee787cee2 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Tue, 28 Sep 2021 14:51:59 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=207.0.0=20(#208)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Louise Poubel --- CMakeLists.txt | 2 +- Changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3592b454..7774b13a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ set(IGN_CMAKE_VER ${ignition-cmake2_VERSION_MAJOR}) #============================================================================ # Configure the project #============================================================================ -ign_configure_project(VERSION_SUFFIX pre1) +ign_configure_project(VERSION_SUFFIX) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index 9fbe6ab5..0296f046 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ ## Ignition Fuel Tools 7.x -### Ignition Fuel Tools 7.0.0 (2021-09-XX) +### Ignition Fuel Tools 7.0.0 (2021-09-28) 1. Depend on ign-msgs8 * [Pull request #182](https://github.com/ignitionrobotics/ign-fuel-tools/pull/182)