Skip to content

Commit

Permalink
Update target to gz-physics6
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
mjcarroll committed Sep 14, 2022
1 parent ace7d0f commit 169f16c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-physics7 VERSION 7.0.0)
project(gz-physics6 VERSION 6.0.0)

#============================================================================
# Find gz-cmake
Expand Down
4 changes: 0 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
## Gazebo Physics 7.x

### Gazebo Physics 7.x.x (202X-XX-XX)

## Gazebo Physics 6.x

### Gazebo Physics 6.x.x (202X-XX-XX)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ See the [installation tutorial](https://gazebosim.org/api/physics/5.0/installati

# Usage

Please refer to the [examples directory](https://github.com/gazebosim/gz-physics/raw/main/examples/).
Please refer to the [examples directory](https://github.com/gazebosim/gz-physics/raw/gz-physics6/examples/).

# Documentation

Expand All @@ -90,7 +90,7 @@ You can also generate the documentation from a clone of this repository by follo
2. Clone the repository
```
git clone https://github.com/gazebosim/gz-physics -b main
git clone https://github.com/gazebosim/gz-physics -b gz-physics6
```
3. Configure and build the documentation.
Expand Down

0 comments on commit 169f16c

Please sign in to comment.