diff --git a/db_update.php b/db_update.php index 82a9af162..66540c853 100644 --- a/db_update.php +++ b/db_update.php @@ -8,7 +8,7 @@ */ // The ModernBB version this script updates to -define('UPDATE_TO', '2.0-beta.1.1'); +define('UPDATE_TO', '2.0-beta.2'); define('UPDATE_TO_DB_REVISION', 24); define('UPDATE_TO_SI_REVISION', 2); @@ -561,7 +561,7 @@ function convert_table_utf8($table, $callback, $old_charset, $key = null, $start
diff --git a/include/common.php b/include/common.php index 4d0ac5fec..69c0972de 100644 --- a/include/common.php +++ b/include/common.php @@ -11,7 +11,7 @@ exit('The constant FORUM_ROOT must be defined and point to a valid FluxBB installation root directory.'); // Define the version and database revision that this code was written for -define('FORUM_VERSION', '2.0-beta.1.1'); +define('FORUM_VERSION', '2.0-beta.2'); define('FORUM_DB_REVISION', 24); define('FORUM_SI_REVISION', 2); diff --git a/install.php b/install.php index d8d32df6d..49933e70e 100644 --- a/install.php +++ b/install.php @@ -8,7 +8,7 @@ */ // The ModernBB version this script installs -define('FORUM_VERSION', '2.0-beta.1.1'); +define('FORUM_VERSION', '2.0-beta.2'); define('FORUM_DB_REVISION', 24); define('FORUM_SI_REVISION', 2); diff --git a/version.txt b/version.txt index a29c6eb67..cdfaa0e79 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0-beta.1 \ No newline at end of file +2.0-beta.2 \ No newline at end of file