Skip to content

Commit

Permalink
Merge pull request SimpleMachines#8000 from jdarwood007/Year21
Browse files Browse the repository at this point in the history
  • Loading branch information
Sesquipedalian committed Jan 3, 2024
2 parents 467525e + ff1e7ef commit 8edfc6e
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions SSI.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2023 Simple Machines and individual contributors
* @copyright 2024 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.4
Expand All @@ -18,7 +18,7 @@
define('SMF', 'SSI');
define('SMF_VERSION', '2.1.4');
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
define('SMF_SOFTWARE_YEAR', '2023');
define('SMF_SOFTWARE_YEAR', '2024');
define('JQUERY_VERSION', '3.6.3');
define('POSTGRE_TITLE', 'PostgreSQL');
define('MYSQL_TITLE', 'MySQL');
Expand Down
4 changes: 2 additions & 2 deletions cron.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2023 Simple Machines and individual contributors
* @copyright 2024 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.4
Expand All @@ -23,7 +23,7 @@
define('SMF', 'BACKGROUND');
define('SMF_VERSION', '2.1.4');
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
define('SMF_SOFTWARE_YEAR', '2023');
define('SMF_SOFTWARE_YEAR', '2024');
define('FROM_CLI', empty($_SERVER['REQUEST_METHOD']));

define('JQUERY_VERSION', '3.6.3');
Expand Down
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2023 Simple Machines and individual contributors
* @copyright 2024 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.4
Expand All @@ -24,7 +24,7 @@
define('SMF', 1);
define('SMF_VERSION', '2.1.4');
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
define('SMF_SOFTWARE_YEAR', '2023');
define('SMF_SOFTWARE_YEAR', '2024');

define('JQUERY_VERSION', '3.6.3');
define('POSTGRE_TITLE', 'PostgreSQL');
Expand Down
2 changes: 1 addition & 1 deletion other/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2023 Simple Machines and individual contributors
* @copyright 2024 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.4
Expand Down
2 changes: 1 addition & 1 deletion other/Settings_bak.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2023 Simple Machines and individual contributors
* @copyright 2024 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.4
Expand Down
4 changes: 2 additions & 2 deletions other/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2023 Simple Machines and individual contributors
* @copyright 2024 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.4
*/

define('SMF_VERSION', '2.1.4');
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
define('SMF_SOFTWARE_YEAR', '2023');
define('SMF_SOFTWARE_YEAR', '2024');
define('DB_SCRIPT_VERSION', '2-1');
define('SMF_INSTALLING', 1);

Expand Down
2 changes: 1 addition & 1 deletion other/upgrade-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2023 Simple Machines and individual contributors
* @copyright 2024 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.4
Expand Down
8 changes: 4 additions & 4 deletions other/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2023 Simple Machines and individual contributors
* @copyright 2024 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.4
Expand All @@ -14,7 +14,7 @@
// Version information...
define('SMF_VERSION', '2.1.4');
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
define('SMF_SOFTWARE_YEAR', '2023');
define('SMF_SOFTWARE_YEAR', '2024');
define('SMF_LANG_VERSION', '2.1.3');
define('SMF_INSTALLING', 1);

Expand Down Expand Up @@ -1134,7 +1134,7 @@ function checkFolders()
{
if (!empty($dir) && !is_dir($dir))
$attdr_problem_found = true;
}
}
}
else
{
Expand All @@ -1151,7 +1151,7 @@ function checkFolders()
{
if (!is_dir($dir))
$attdr_problem_found = true;
}
}
}
else
{
Expand Down
4 changes: 2 additions & 2 deletions proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2023 Simple Machines and individual contributors
* @copyright 2024 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.4
Expand All @@ -23,7 +23,7 @@
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);

if (!defined('SMF_SOFTWARE_YEAR'))
define('SMF_SOFTWARE_YEAR', '2023');
define('SMF_SOFTWARE_YEAR', '2024');

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

0 comments on commit 8edfc6e

Please sign in to comment.