File tree Expand file tree Collapse file tree 9 files changed +15
-15
lines changed
Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 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
1818define ('SMF ' , 'SSI ' );
1919define ('SMF_VERSION ' , '2.1.7 ' );
2020define ('SMF_FULL_VERSION ' , 'SMF ' . SMF_VERSION );
21- define ('SMF_SOFTWARE_YEAR ' , '2025 ' );
21+ define ('SMF_SOFTWARE_YEAR ' , '2026 ' );
2222define ('JQUERY_VERSION ' , '3.6.3 ' );
2323define ('POSTGRE_TITLE ' , 'PostgreSQL ' );
2424define ('MYSQL_TITLE ' , 'MySQL ' );
Original file line number Diff line number Diff line change 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
2323define ('SMF ' , 'BACKGROUND ' );
2424define ('SMF_VERSION ' , '2.1.7 ' );
2525define ('SMF_FULL_VERSION ' , 'SMF ' . SMF_VERSION );
26- define ('SMF_SOFTWARE_YEAR ' , '2025 ' );
26+ define ('SMF_SOFTWARE_YEAR ' , '2026 ' );
2727define ('FROM_CLI ' , empty ($ _SERVER ['REQUEST_METHOD ' ]));
2828
2929define ('JQUERY_VERSION ' , '3.6.3 ' );
Original file line number Diff line number Diff line change 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
2424define ('SMF ' , 1 );
2525define ('SMF_VERSION ' , '2.1.7 ' );
2626define ('SMF_FULL_VERSION ' , 'SMF ' . SMF_VERSION );
27- define ('SMF_SOFTWARE_YEAR ' , '2025 ' );
27+ define ('SMF_SOFTWARE_YEAR ' , '2026 ' );
2828
2929define ('JQUERY_VERSION ' , '3.6.3 ' );
3030define ('POSTGRE_TITLE ' , 'PostgreSQL ' );
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
1414define ('SMF_VERSION ' , '2.1.7 ' );
1515define ('SMF_FULL_VERSION ' , 'SMF ' . SMF_VERSION );
16- define ('SMF_SOFTWARE_YEAR ' , '2025 ' );
16+ define ('SMF_SOFTWARE_YEAR ' , '2026 ' );
1717define ('DB_SCRIPT_VERSION ' , '2-1 ' );
1818define ('SMF_INSTALLING ' , 1 );
1919
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
1414// Version information...
1515define ('SMF_VERSION ' , '2.1.7 ' );
1616define ('SMF_FULL_VERSION ' , 'SMF ' . SMF_VERSION );
17- define ('SMF_SOFTWARE_YEAR ' , '2025 ' );
17+ define ('SMF_SOFTWARE_YEAR ' , '2026 ' );
1818define ('SMF_LANG_VERSION ' , '2.1.5 ' );
1919define ('SMF_INSTALLING ' , 1 );
2020
Original file line number Diff line number Diff line change 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
2323 define ('SMF_FULL_VERSION ' , 'SMF ' . SMF_VERSION );
2424
2525if (!defined ('SMF_SOFTWARE_YEAR ' ))
26- define ('SMF_SOFTWARE_YEAR ' , '2025 ' );
26+ define ('SMF_SOFTWARE_YEAR ' , '2026 ' );
2727
2828if (!defined ('JQUERY_VERSION ' ))
2929 define ('JQUERY_VERSION ' , '3.6.3 ' );
You can’t perform that action at this time.
0 commit comments