diff --git a/CMakeLists.txt b/CMakeLists.txt index 3592b454..58f5bb8d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(ignition-fuel_tools7 VERSION 7.0.0) +project(ignition-fuel_tools8 VERSION 8.0.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 9fbe6ab5..fc455514 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,10 @@ +## Ignition Fuel Tools 8.x + +### Ignition Fuel Tools 8.0.0 (202X-XX-XX) + ## 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) diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 5d6f46af..e5feba60 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8 FATAL_ERROR) # Find the Ignition Fuel Tools library -find_package(ignition-fuel_tools7 QUIET REQUIRED) +find_package(ignition-fuel_tools8 QUIET REQUIRED) set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${IGNITION-FUEL-TOOLS_CXX_FLAGS}") include_directories( ${IGNITION-COMMON_INCLUDE_DIRS} diff --git a/tutorials/01_installation.md b/tutorials/01_installation.md index dbb811e9..f529c659 100644 --- a/tutorials/01_installation.md +++ b/tutorials/01_installation.md @@ -24,9 +24,12 @@ wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add - Install Ignition Fuel Tools: ``` sudo apt-get update -sudo apt-get install libignition-fuel-tools7-dev +sudo apt-get install libignition-fuel-tools<#>-dev ``` +Be sure to replace `<#>` with a number value, such as 6 or 7, depending on +which version you need. + ### Mac OS X Ignition Fuel Tools and several of its dependencies can be compiled on OS @@ -47,7 +50,7 @@ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/ Run the following commands: ``` brew tap osrf/simulation -brew install ignition-fuel-tools7 +brew install ignition-fuel-tools<#> ``` ### Windows @@ -81,7 +84,7 @@ Make sure you have removed the Ubuntu pre-compiled binaries before installing from source: ``` -sudo apt-get remove libignition-fuel-tools7-dev +sudo apt-get remove libignition-fuel-tools<#>-dev ``` Install prerequisites. A clean Ubuntu system will need: