From d3edb928aa852a346134b16245b65fa6c3098c43 Mon Sep 17 00:00:00 2001
From: Konstantin Osipov <kostja@tarantool.org>
Date: Tue, 10 Jul 2012 09:56:59 +0400
Subject: [PATCH] Make 1.4.7.

---
 CMakeLists.txt        | 2 +-
 doc/www-data.in/index | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 18cf2412ff..d0b2c5eb0b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -92,7 +92,7 @@ execute_process (COMMAND ${GIT} describe HEAD
 #
 set (CPACK_PACKAGE_VERSION_MAJOR "1")
 set (CPACK_PACKAGE_VERSION_MINOR "4")
-set (CPACK_PACKAGE_VERSION_PATCH "6")
+set (CPACK_PACKAGE_VERSION_PATCH "7")
 if (TARANTOOL_VERSION STREQUAL "")
     set (TARANTOOL_VERSION
         "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
diff --git a/doc/www-data.in/index b/doc/www-data.in/index
index 5b17c294b4..afc0d75cdc 100644
--- a/doc/www-data.in/index
+++ b/doc/www-data.in/index
@@ -12,6 +12,8 @@
 
 What's new
 ==========
+2012-07-10: Tarantool 1.4.7 is out, ported to Mac OS X
+
 2012-04-09: Tarantool 1.4.6 is out, featuring multipart primary keys
 
 2012-04-08: Tarantool 1.4.5, next stable version of 1.4 branch.
@@ -30,6 +32,8 @@ What's new
 
 Новости
 =======
+2012-07-10: Tarantool 1.4.7 is out, с поддержкой Mac OS X
+
 2012-04-09: Tarantool 1.4.6 добавляет поддержку первичных ключей по нескольким полям 
 
 2012-04-08: Tarantool 1.4.5, новая стабильная версия ветки 1.4.
-- 
GitLab