Skip to content

Commit

Permalink
ign-utils1 to main
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Feb 24, 2022
1 parent cc283e9 commit 45f7753
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ exports_files(["LICENSE"])

PROJECT_NAME = "ignition-utils"

PROJECT_MAJOR = 1
PROJECT_MAJOR = 2

PROJECT_MINOR = 2
PROJECT_MINOR = 0

PROJECT_PATCH = 0

Expand Down
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.2.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)
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.2.0 (2022-01-28)
Expand Down

0 comments on commit 45f7753

Please sign in to comment.