Skip to content

Commit

Permalink
Updates SMF_SOFTWARE_YEAR to 2025
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Stovell <[email protected]>
  • Loading branch information
Sesquipedalian committed Jan 15, 2025
1 parent b52a4ab commit 03af2fa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.5');
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
define('SMF_SOFTWARE_YEAR', '2024');
define('SMF_SOFTWARE_YEAR', '2025');
define('JQUERY_VERSION', '3.6.3');
define('POSTGRE_TITLE', 'PostgreSQL');
define('MYSQL_TITLE', 'MySQL');
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.5');
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
define('SMF_SOFTWARE_YEAR', '2024');
define('SMF_SOFTWARE_YEAR', '2025');
define('FROM_CLI', empty($_SERVER['REQUEST_METHOD']));

define('JQUERY_VERSION', '3.6.3');
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.5');
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
define('SMF_SOFTWARE_YEAR', '2024');
define('SMF_SOFTWARE_YEAR', '2025');

define('JQUERY_VERSION', '3.6.3');
define('POSTGRE_TITLE', 'PostgreSQL');
Expand Down
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.5');
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
define('SMF_SOFTWARE_YEAR', '2024');
define('SMF_SOFTWARE_YEAR', '2025');
define('DB_SCRIPT_VERSION', '2-1');
define('SMF_INSTALLING', 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.5');
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
define('SMF_SOFTWARE_YEAR', '2024');
define('SMF_SOFTWARE_YEAR', '2025');
define('SMF_LANG_VERSION', '2.1.5');
define('SMF_INSTALLING', 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', '2024');
define('SMF_SOFTWARE_YEAR', '2025');

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

0 comments on commit 03af2fa

Please sign in to comment.