Skip to content

Commit 3660356

Browse files
committed
Merge branch 'release-2.1' into calendarFix
2 parents e9053f6 + 1395355 commit 3660356

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

SSI.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @package SMF
77
* @author Simple Machines https://www.simplemachines.org
8-
* @copyright 2025 Simple Machines and individual contributors
8+
* @copyright 2026 Simple Machines and individual contributors
99
* @license https://www.simplemachines.org/about/smf/license.php BSD
1010
*
1111
* @version 2.1.7
@@ -18,7 +18,7 @@
1818
define('SMF', 'SSI');
1919
define('SMF_VERSION', '2.1.7');
2020
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
21-
define('SMF_SOFTWARE_YEAR', '2025');
21+
define('SMF_SOFTWARE_YEAR', '2026');
2222
define('JQUERY_VERSION', '3.6.3');
2323
define('POSTGRE_TITLE', 'PostgreSQL');
2424
define('MYSQL_TITLE', 'MySQL');

cron.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* @package SMF
1616
* @author Simple Machines https://www.simplemachines.org
17-
* @copyright 2025 Simple Machines and individual contributors
17+
* @copyright 2026 Simple Machines and individual contributors
1818
* @license https://www.simplemachines.org/about/smf/license.php BSD
1919
*
2020
* @version 2.1.7
@@ -23,7 +23,7 @@
2323
define('SMF', 'BACKGROUND');
2424
define('SMF_VERSION', '2.1.7');
2525
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
26-
define('SMF_SOFTWARE_YEAR', '2025');
26+
define('SMF_SOFTWARE_YEAR', '2026');
2727
define('FROM_CLI', empty($_SERVER['REQUEST_METHOD']));
2828

2929
define('JQUERY_VERSION', '3.6.3');

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* @package SMF
1616
* @author Simple Machines https://www.simplemachines.org
17-
* @copyright 2025 Simple Machines and individual contributors
17+
* @copyright 2026 Simple Machines and individual contributors
1818
* @license https://www.simplemachines.org/about/smf/license.php BSD
1919
*
2020
* @version 2.1.7
@@ -24,7 +24,7 @@
2424
define('SMF', 1);
2525
define('SMF_VERSION', '2.1.7');
2626
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
27-
define('SMF_SOFTWARE_YEAR', '2025');
27+
define('SMF_SOFTWARE_YEAR', '2026');
2828

2929
define('JQUERY_VERSION', '3.6.3');
3030
define('POSTGRE_TITLE', 'PostgreSQL');

other/Settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* @package SMF
99
* @author Simple Machines https://www.simplemachines.org
10-
* @copyright 2025 Simple Machines and individual contributors
10+
* @copyright 2026 Simple Machines and individual contributors
1111
* @license https://www.simplemachines.org/about/smf/license.php BSD
1212
*
1313
* @version 2.1.7

other/Settings_bak.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* @package SMF
99
* @author Simple Machines https://www.simplemachines.org
10-
* @copyright 2025 Simple Machines and individual contributors
10+
* @copyright 2026 Simple Machines and individual contributors
1111
* @license https://www.simplemachines.org/about/smf/license.php BSD
1212
*
1313
* @version 2.1.7

other/install.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
*
66
* @package SMF
77
* @author Simple Machines https://www.simplemachines.org
8-
* @copyright 2025 Simple Machines and individual contributors
8+
* @copyright 2026 Simple Machines and individual contributors
99
* @license https://www.simplemachines.org/about/smf/license.php BSD
1010
*
1111
* @version 2.1.7
1212
*/
1313

1414
define('SMF_VERSION', '2.1.7');
1515
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
16-
define('SMF_SOFTWARE_YEAR', '2025');
16+
define('SMF_SOFTWARE_YEAR', '2026');
1717
define('DB_SCRIPT_VERSION', '2-1');
1818
define('SMF_INSTALLING', 1);
1919

other/upgrade-helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @package SMF
77
* @author Simple Machines https://www.simplemachines.org
8-
* @copyright 2025 Simple Machines and individual contributors
8+
* @copyright 2026 Simple Machines and individual contributors
99
* @license https://www.simplemachines.org/about/smf/license.php BSD
1010
*
1111
* @version 2.1.7

other/upgrade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @package SMF
77
* @author Simple Machines https://www.simplemachines.org
8-
* @copyright 2025 Simple Machines and individual contributors
8+
* @copyright 2026 Simple Machines and individual contributors
99
* @license https://www.simplemachines.org/about/smf/license.php BSD
1010
*
1111
* @version 2.1.7
@@ -14,7 +14,7 @@
1414
// Version information...
1515
define('SMF_VERSION', '2.1.7');
1616
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
17-
define('SMF_SOFTWARE_YEAR', '2025');
17+
define('SMF_SOFTWARE_YEAR', '2026');
1818
define('SMF_LANG_VERSION', '2.1.5');
1919
define('SMF_INSTALLING', 1);
2020

proxy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* @package SMF
99
* @author Simple Machines https://www.simplemachines.org
10-
* @copyright 2025 Simple Machines and individual contributors
10+
* @copyright 2026 Simple Machines and individual contributors
1111
* @license https://www.simplemachines.org/about/smf/license.php BSD
1212
*
1313
* @version 2.1.7
@@ -23,7 +23,7 @@
2323
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
2424

2525
if (!defined('SMF_SOFTWARE_YEAR'))
26-
define('SMF_SOFTWARE_YEAR', '2025');
26+
define('SMF_SOFTWARE_YEAR', '2026');
2727

2828
if (!defined('JQUERY_VERSION'))
2929
define('JQUERY_VERSION', '3.6.3');

0 commit comments

Comments
 (0)