Skip to content

Commit

Permalink
Bump main to 2.0.0~pre1 (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina authored Apr 2, 2021
1 parent 5ff07a4 commit 934abc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(ignition-utils1 VERSION 1.0.0)
project(ignition-utils2 VERSION 2.0.0)

#============================================================================
# Find ignition-cmake
Expand All @@ -15,7 +15,7 @@ find_package(ignition-cmake2 2.0.0 REQUIRED)
# Configure the project
#============================================================================
set(c++standard 17)
ign_configure_project(VERSION_SUFFIX pre2)
ign_configure_project(VERSION_SUFFIX pre1)

#============================================================================
# Set project-specific options
Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Ignition Utils 2.x

## Ignition Utils 2.0.0 (20XX-XX-XX)

## Ignition Utils 1.x

## Ignition Utils 1.x.x (20XX-XX-XX)
Expand Down

0 comments on commit 934abc9

Please sign in to comment.