1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-09 10:41:14 +03:00

Merge pull request #889 from LinuxJedi/1.4.1-bump

Bump version
This commit is contained in:
benthompson15
2019-10-07 10:05:21 -05:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
# MariaDB ColumnStore Storage/Execution engine 1.2 # MariaDB ColumnStore Storage/Execution engine 1.4
MariaDB ColumnStore 1.2 is the GA version of MariaDB ColumnStore. MariaDB ColumnStore 1.4 is a Beta version of MariaDB ColumnStore.
It is built by porting InfiniDB 4.6.7 on MariaDB 10.2 and adding entirely It is built by porting InfiniDB 4.6.7 on MariaDB and adding entirely
new features not found anywhere else. new features not found anywhere else.
# MariaDB ColumnStore 1.2 is a GA release. # MariaDB ColumnStore 1.4 is a Beta release.
- Do not use pre-releases on production systems. - Do not use pre-releases on production systems.

View File

@@ -1,4 +1,4 @@
COLUMNSTORE_VERSION_MAJOR=1 COLUMNSTORE_VERSION_MAJOR=1
COLUMNSTORE_VERSION_MINOR=4 COLUMNSTORE_VERSION_MINOR=4
COLUMNSTORE_VERSION_PATCH=0 COLUMNSTORE_VERSION_PATCH=1
COLUMNSTORE_VERSION_RELEASE=1 COLUMNSTORE_VERSION_RELEASE=1