Skip to content

Commit

Permalink
Update remaining versions - languages
Browse files Browse the repository at this point in the history
Signed by Shawn Bulen, bulens@pacbell.net
  • Loading branch information
sbulen committed Nov 13, 2022
1 parent b7d78c4 commit 4762d0c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Themes/default/languages/Admin.english.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Version: 2.1.0; Admin
// Version: 2.1.3; Admin

global $settings, $scripturl;

Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/Alerts.english.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Version: 2.1.0; Alerts
// Version: 2.1.3; Alerts

// Load Alerts strings
$txt['topic_na'] = '(private topic)';
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/Errors.english.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Version: 2.1.0; Errors
// Version: 2.1.3; Errors

global $scripturl, $modSettings;

Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/Help.english.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Version: 2.1.0; Help
// Version: 2.1.3; Help

global $helptxt, $scripturl;

Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/Install.english.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Version: 2.1.0; Install
// Version: 2.1.3; Install

// These should be the same as those in index.language.php.
$txt['lang_character_set'] = 'UTF-8';
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/Profile.english.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Version: 2.1.0; Profile
// Version: 2.1.3; Profile

global $scripturl, $context;

Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/Timezones.english.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Version: 2.1.2; Timezones
// Version: 2.1.3; Timezones

global $tztxt;

Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/Who.english.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Version: 2.1.0; Who
// Version: 2.1.3; Who

global $scripturl, $context;

Expand Down
2 changes: 1 addition & 1 deletion Themes/default/languages/index.english.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Version: 2.1.2; index
// Version: 2.1.3; index

global $forum_copyright, $webmaster_email, $scripturl, $context, $boardurl;

Expand Down
2 changes: 1 addition & 1 deletion other/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
define('SMF_VERSION', '2.1.3');
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
define('SMF_SOFTWARE_YEAR', '2022');
define('SMF_LANG_VERSION', '2.1.2');
define('SMF_LANG_VERSION', '2.1.3');
define('SMF_INSTALLING', 1);

define('JQUERY_VERSION', '3.6.0');
Expand Down

0 comments on commit 4762d0c

Please sign in to comment.