From 8b6ea98ddc248bc000023b34443979f0da1c18b7 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshev Date: Fri, 4 Dec 2020 15:19:08 +0300 Subject: [PATCH] SAIL: Update to 0.9.0-pre10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index efbc45fc..ea86878f 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 "pre9") +set(SAIL_DEV_VERSION_SUFFIX "pre10") include(GNUInstallDirs) include(CheckIncludeFiles)