Skip to content

Commit 57e6bdf

Browse files
committed
A few more files needed updated
1 parent fba1e23 commit 57e6bdf

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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

0 commit comments

Comments
 (0)