From e4143e86a43390e160c692eb00bcc3aec976d434 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshev Date: Sat, 31 Oct 2020 22:48:02 +0300 Subject: [PATCH] SAIL: Update to 0.9.0-pre9 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 64e6c662..794374d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ project(SAIL VERSION 0.9.0 # Used only when SAIL_DEV is ON # -set(SAIL_DEV_VERSION_SUFFIX "pre8") +set(SAIL_DEV_VERSION_SUFFIX "pre9") include(GNUInstallDirs) include(CheckIncludeFiles)