diff --git a/shared/main.php b/shared/main.php index f265882..d0d7484 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.44.2'; + return '1.44.3'; } require_once dirname(__FILE__).'/auths.php'; diff --git a/shared/packs.php b/shared/packs.php index d132c81..27289bb 100644 --- a/shared/packs.php +++ b/shared/packs.php @@ -83,6 +83,7 @@ function uupGetInfoTexts() { 'PPIPRO' => 'Windows Team', 'PROFESSIONAL' => 'Windows Pro', 'PROFESSIONALN' => 'Windows Pro N', + 'PROFESSIONALCOUNTRYSPECIFIC' => 'Windows Pro China Only', 'SERVERSTANDARD' => 'Windows Server Standard', 'SERVERSTANDARDCORE' => 'Windows Server Standard, Core', 'SERVERDATACENTER' => 'Windows Server Datacenter',