From 77c3188a7a47e4d5663b2c113dd1e4e525007636 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Mon, 14 Sep 2020 14:15:57 -0700 Subject: [PATCH] Bump to 6.0.0~pre2 (#86) Signed-off-by: Louise Poubel --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ab017cfd..3bf4a39c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ find_package(ignition-cmake2 REQUIRED) #============================================================================ # Configure the project #============================================================================ -ign_configure_project(VERSION_SUFFIX pre1) +ign_configure_project(VERSION_SUFFIX pre2) #============================================================================ # Set project-specific options