From 9f632137f07c05016059fc619fce5fd27aff6dae Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Tue, 30 Mar 2021 12:56:24 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=205.0.0~pre2=20(#205)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Louise Poubel --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a7b4a073a..57ba1a19f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ find_package(ignition-cmake2 2.3 REQUIRED) #============================================================================ # Configure the project #============================================================================ -ign_configure_project(VERSION_SUFFIX pre1) +ign_configure_project(VERSION_SUFFIX pre2) #============================================================================ # Set project-specific options