From 5de084e63ea5e7aebb80e12dd25ac195262228a9 Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Mon, 28 Oct 2013 15:15:06 +0400 Subject: [PATCH] Update version --- src/mibew/VERSION | 2 +- src/mibew/libs/common/constants.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mibew/VERSION b/src/mibew/VERSION index 10a9279e..45772dc5 100644 --- a/src/mibew/VERSION +++ b/src/mibew/VERSION @@ -1 +1 @@ -Mibew/1.6.5 \ No newline at end of file +Mibew/2.0 \ No newline at end of file diff --git a/src/mibew/libs/common/constants.php b/src/mibew/libs/common/constants.php index 0f3063b1..5eb6b2e1 100644 --- a/src/mibew/libs/common/constants.php +++ b/src/mibew/libs/common/constants.php @@ -18,17 +18,17 @@ /** * Current version of Mibew Messenger */ -$version = '1.6.5'; +$version = '2.0'; /** * Current version of database structure */ -$dbversion = '1.6.3'; +$dbversion = '2.0'; /** * Current version of implemented features */ -$featuresversion = '1.6.4'; +$featuresversion = '2.0'; /** * Prefix for session variables.