From 6c5a06082b0a378d38d422ed109a9f089e3dc5d6 Mon Sep 17 00:00:00 2001 From: Leif Walsh Date: Sun, 21 Apr 2013 11:26:47 -0300 Subject: [PATCH] version bump to 7.0.1 in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4ef2bf71d27..679142edea2 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,14 @@ working MySQL or MariaDB with Tokutek patches, and with the TokuDB storage engine, called `make.mysql.bash`. This script will download copies of the needed source code from github and build everything. -To build MySQL with TokuDB 7.0.0: +To build MySQL with TokuDB 7.0.1: ```sh -scripts/make.mysql.bash --git_tag=tokudb-7.0.0 +scripts/make.mysql.bash --git_tag=tokudb-7.0.1 ``` -To build MariaDB with TokuDB 7.0.0: +To build MariaDB with TokuDB 7.0.1: ```sh -scripts/make.mysql.bash --git_tag=tokudb-7.0.0 --mysql=mariadb-5.5.30 +scripts/make.mysql.bash --git_tag=tokudb-7.0.1 --mysql=mariadb-5.5.30 ``` Before you start, make sure you have a C++11-compatible compiler (GCC >=