From cc58acb5107ef226b2970cdbee9da2465c6f313a Mon Sep 17 00:00:00 2001 From: Andrew Hutchings Date: Wed, 18 Jan 2017 15:09:46 +0000 Subject: [PATCH] Bump version to 1.1.0 --- README.md | 14 +++++--------- VERSION | 6 +++--- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 7bda7e247..577ac33c1 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,11 @@ -#MariaDB ColumnStore Storage/Execution engine 1.0.6 -MariaDB ColumnStore 1.0.6 is the development version of MariaDB ColumnStore. -It is built by porting InfiniDB 4.6.7 on MariaDB 10.1.19 and adding entirely +#MariaDB ColumnStore Storage/Execution engine 1.1.0 +MariaDB ColumnStore 1.1.0 is the development version of MariaDB ColumnStore. +It is built by porting InfiniDB 4.6.7 on MariaDB 10.1.21 and adding entirely new features not found anywhere else. -#MariaDB ColumnStore 1.0.6 is an GA release. -This is the first MariaDB ColumnStore release, not all features planned for the MariaDB ColumnStore 1.0 -series are included in this release. +#MariaDB ColumnStore 1.1.0 is an development release. -Additional features will be pushed in future releases. -A few things to notice: -- Do not use alpha releases on production systems. +- Do not use development releases on production systems. #Building This repository is not meant to be built independently outside of the server. This repository is integrated into http://mariadb-corporation/mariadb-columnstore-server (ie, the *server*) as a git submodule. As such, you can find complete build instructions on *the server* page. diff --git a/VERSION b/VERSION index 879a53c2f..276af06e0 100644 --- a/VERSION +++ b/VERSION @@ -1,4 +1,4 @@ COLUMNSTORE_VERSION_MAJOR=1 -COLUMNSTORE_VERSION_MINOR=0 -COLUMNSTORE_VERSION_PATCH=7 -COLUMNSTORE_VERSION_RELEASE=1 \ No newline at end of file +COLUMNSTORE_VERSION_MINOR=1 +COLUMNSTORE_VERSION_PATCH=0 +COLUMNSTORE_VERSION_RELEASE=1