Skip to content

Commit

Permalink
Tag version 2.0 beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Aug 8, 2013
1 parent 5de1b75 commit eec4a9c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions db_update.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -561,7 +561,7 @@ function convert_table_utf8($table, $callback, $old_charset, $key = null, $start
<fieldset>
<div class="infldset">
<label class="required">
<p><?php echo $lang_update['Datbase password info'] ?></p>
<p><?php echo $lang_update['Database password info'] ?></p>
<input type="password" id="req_db_pass" name="req_db_pass" placeholder="Database password" /><br /></label>
</div>
</fieldset>
Expand Down
2 changes: 1 addition & 1 deletion include/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0-beta.1
2.0-beta.2

0 comments on commit eec4a9c

Please sign in to comment.