From 9a1ef8acfb10c1e01947d81d0d9372342e4a0032 Mon Sep 17 00:00:00 2001 From: Leo Yuriev Date: Tue, 31 Jul 2018 11:47:10 +0300 Subject: [PATCH] mdbx-cmake: remove warning-message. Change-Id: Icf9e4f7a96916cf9ab04613344867217be04827a --- CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f53b08d..60b50845 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,15 +2,6 @@ cmake_minimum_required(VERSION 2.8.7) set(TARGET mdbx) project(${TARGET}) -message(WARNING " -*************************************************************** - MDBX is under active development, database format and API - aren't stable at least until 2018Q3. New version won't be - backwards compatible. Main focus of the rework is to provide - clear and robust API and new features. -*************************************************************** -") - set(MDBX_VERSION_MAJOR 0) set(MDBX_VERSION_MINOR 1) set(MDBX_VERSION_RELEASE 6)