Skip to content

Commit

Permalink
2020 Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jdarwood007 committed Jan 1, 2020
1 parent 6007069 commit 7cdae2b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion SSI.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
define('SMF', 'SSI');
define('SMF_VERSION', '2.1 RC2');
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
define('SMF_SOFTWARE_YEAR', '2019');
define('SMF_SOFTWARE_YEAR', '2020');
define('JQUERY_VERSION', '3.4.1');

// We're going to want a few globals... these are all set later.
Expand Down
2 changes: 1 addition & 1 deletion cron.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
define('SMF', 'BACKGROUND');
define('SMF_VERSION', '2.1 RC2');
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
define('SMF_SOFTWARE_YEAR', '2019');
define('SMF_SOFTWARE_YEAR', '2020');
define('FROM_CLI', empty($_SERVER['REQUEST_METHOD']));
define('JQUERY_VERSION', '3.4.1');

Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
define('SMF', 1);
define('SMF_VERSION', '2.1 RC2');
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
define('SMF_SOFTWARE_YEAR', '2019');
define('SMF_SOFTWARE_YEAR', '2020');
define('JQUERY_VERSION', '3.4.1');

error_reporting(E_ALL);
Expand Down
2 changes: 1 addition & 1 deletion other/buildTools
2 changes: 1 addition & 1 deletion other/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

define('SMF_VERSION', '2.1 RC2');
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
define('SMF_SOFTWARE_YEAR', '2019');
define('SMF_SOFTWARE_YEAR', '2020');
define('DB_SCRIPT_VERSION', '2-1');
define('SMF_INSTALLING', 1);
define('JQUERY_VERSION', '3.4.1');
Expand Down
2 changes: 1 addition & 1 deletion other/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// Version information...
define('SMF_VERSION', '2.1 RC2');
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
define('SMF_SOFTWARE_YEAR', '2019');
define('SMF_SOFTWARE_YEAR', '2020');
define('SMF_LANG_VERSION', '2.1 RC2');
define('SMF_INSTALLING', 1);
define('JQUERY_VERSION', '3.4.1');
Expand Down
2 changes: 1 addition & 1 deletion proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);

if (!defined('SMF_SOFTWARE_YEAR'))
define('SMF_SOFTWARE_YEAR', '2019');
define('SMF_SOFTWARE_YEAR', '2020');

if (!defined('JQUERY_VERSION'))
define('JQUERY_VERSION', '3.4.1');
Expand Down

0 comments on commit 7cdae2b

Please sign in to comment.