From aa2dbd29384a5e7a1ad7ca6c7c9c24e7c0c84671 Mon Sep 17 00:00:00 2001 From: orin Date: Fri, 19 Apr 2024 23:01:21 +0200 Subject: [PATCH] Add ProfessionalCountrySpecific --- shared/main.php | 2 +- shared/packs.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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',