Skip to content

Commit

Permalink
3.12.0 pre1
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <[email protected]>
  • Loading branch information
Nate Koenig committed Nov 30, 2022
1 parent b016183 commit 108faee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(ignition-gui3 VERSION 3.11.2)
project(ignition-gui3 VERSION 3.12.0)

#============================================================================
# Find ignition-cmake
Expand All @@ -15,6 +15,7 @@ find_package(ignition-cmake2 2.14 REQUIRED)
#============================================================================
ign_configure_project(
REPLACE_IGNITION_INCLUDE_PATH gz/gui
VERSION_SUFFIX pre1
)

#============================================================================
Expand Down

0 comments on commit 108faee

Please sign in to comment.