Skip to content

Commit

Permalink
Prepare 6.2.2~pre1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero committed Mar 29, 2022
1 parent de9c990 commit e4f5394
Showing 1 changed file with 2 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-rendering6 VERSION 6.2.1)
project(ignition-rendering6 VERSION 6.2.2)

#============================================================================
# Find ignition-cmake
Expand All @@ -15,7 +15,7 @@ set(IGN_CMAKE_VER ${ignition-cmake2_VERSION_MAJOR})
#============================================================================
# Set up the project
#============================================================================
ign_configure_project(VERSION_SUFFIX)
ign_configure_project(VERSION_SUFFIX pre1)

#============================================================================
# Set project-specific options
Expand Down

0 comments on commit e4f5394

Please sign in to comment.