WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 0b88a8a

Browse files
committed
updating version numbers and the knownFedrations table
1 parent a8fc02c commit 0b88a8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/CAT.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ class CAT extends \core\common\Entity
5252
* is generated into $CAT_VERSION_STRING and $CAT_COPYRIGHT below
5353
*/
5454
public const VERSION_MAJOR = 2;
55-
public const VERSION_MINOR = 1;
56-
public const VERSION_PATCH = 3;
55+
public const VERSION_MINOR = 2;
56+
public const VERSION_PATCH = 0;
5757
public const VERSION_EXTRA = "";
5858
private const RELEASE_VERSION = FALSE;
5959
private const USER_API_VERSION = 2;
@@ -165,7 +165,7 @@ public function __construct()
165165
'RS' => ['name'=>_("Serbia")],
166166
'NL' => ['name'=>_("Netherlands")],
167167
'NO' => ['name'=>_("Norway")],
168-
'PL' => ['name'=>_("Poland"), 'code'=>'PS'],
168+
'PL' => ['name'=>_("Poland")],
169169
'PT' => ['name'=>_("Portugal")],
170170
'RO' => ['name'=>_("Romania")],
171171
'SI' => ['name'=>_("Slovenia")],
@@ -174,7 +174,7 @@ public function __construct()
174174
'SK' => ['name'=>_("Slovakia")],
175175
'CH' => ['name'=>_("Switzerland")],
176176
'TR' => ['name'=>_("Turkey")],
177-
'UK' => ['name'=>_("United Kingdom")],
177+
'UK' => ['name'=>_("United Kingdom"), 'code'=>'GB'],
178178
'TEST' => ['name'=>'TEST Country'],
179179
'AU' => ['name'=>_("Australia")],
180180
'CA' => ['name'=>_("Canada")],

0 commit comments

Comments
 (0)