Skip to content

Commit

Permalink
Some moar version bumps
Browse files Browse the repository at this point in the history
Signed-off-by: emanuele <emanuele45@gmail.com>
  • Loading branch information
emanuele45 committed Aug 9, 2015
1 parent b3922da commit bd3f20c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions SSI.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* copyright: 2011 Simple Machines (http://www.simplemachines.org)
* license: BSD, See included LICENSE.TXT for terms and conditions.
*
* @version 1.0.4
* @version 1.0.5
*
*/

Expand All @@ -25,7 +25,7 @@
define('ELK', 'SSI');

// Shortcut for the browser cache stale
define('CACHE_STALE', '?104');
define('CACHE_STALE', '?105');

// We're going to want a few globals... these are all set later.
global $time_start, $maintenance, $msubject, $mmessage, $mbname, $language;
Expand Down
6 changes: 3 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
* copyright: 2011 Simple Machines (http://www.simplemachines.org)
* license: BSD, See included LICENSE.TXT for terms and conditions.
*
* @version 1.0.4
* @version 1.0.5
*
*/

$forum_version = 'ElkArte 1.0.4';
$forum_version = 'ElkArte 1.0.5';
define('FORUM_VERSION', $forum_version);

// First things first, but not necessarily in that order.
define('ELK', 1);

// Shortcut for the browser cache stale
define('CACHE_STALE', '?104');
define('CACHE_STALE', '?105');

if (function_exists('set_magic_quotes_runtime'))
@set_magic_quotes_runtime(0);
Expand Down
2 changes: 1 addition & 1 deletion install/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* copyright: 2011 Simple Machines (http://www.simplemachines.org)
* license: BSD, See included LICENSE.TXT for terms and conditions.
*
* @version 1.0.4
* @version 1.0.5
*
*/

Expand Down
2 changes: 1 addition & 1 deletion install/Settings_bak.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* copyright: 2011 Simple Machines (http://www.simplemachines.org)
* license: BSD, See included LICENSE.TXT for terms and conditions.
*
* @version 1.0.4
* @version 1.0.5
*
*/

Expand Down
4 changes: 2 additions & 2 deletions install/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* copyright: 2011 Simple Machines (http://www.simplemachines.org)
* license: BSD, See included LICENSE.TXT for terms and conditions.
*
* @version 1.0.4
* @version 1.0.5
*
*/

define('CURRENT_VERSION', '1.0.4');
define('CURRENT_VERSION', '1.0.5');
define('DB_SCRIPT_VERSION', '1-0');

$GLOBALS['required_php_version'] = '5.2.0';
Expand Down
4 changes: 2 additions & 2 deletions install/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
* copyright: 2011 Simple Machines (http://www.simplemachines.org)
* license: BSD, See included LICENSE.TXT for terms and conditions.
*
* @version 1.0.4
* @version 1.0.5
*
*/

// Version information...
define('CURRENT_VERSION', '1.0.4');
define('CURRENT_VERSION', '1.0.5');
define('CURRENT_LANG_VERSION', '1.0');
define('REQUIRED_PHP_VERSION', '5.2.0');

Expand Down

0 comments on commit bd3f20c

Please sign in to comment.