Compare commits
2 Commits
092e968f0c
...
aa2dbd2938
Author | SHA1 | Date | |
---|---|---|---|
aa2dbd2938 | |||
42c1c12405 |
@ -16,7 +16,7 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
function uupApiVersion() {
|
function uupApiVersion() {
|
||||||
return '1.44.1';
|
return '1.44.3';
|
||||||
}
|
}
|
||||||
|
|
||||||
require_once dirname(__FILE__).'/auths.php';
|
require_once dirname(__FILE__).'/auths.php';
|
||||||
|
@ -83,6 +83,7 @@ function uupGetInfoTexts() {
|
|||||||
'PPIPRO' => 'Windows Team',
|
'PPIPRO' => 'Windows Team',
|
||||||
'PROFESSIONAL' => 'Windows Pro',
|
'PROFESSIONAL' => 'Windows Pro',
|
||||||
'PROFESSIONALN' => 'Windows Pro N',
|
'PROFESSIONALN' => 'Windows Pro N',
|
||||||
|
'PROFESSIONALCOUNTRYSPECIFIC' => 'Windows Pro China Only',
|
||||||
'SERVERSTANDARD' => 'Windows Server Standard',
|
'SERVERSTANDARD' => 'Windows Server Standard',
|
||||||
'SERVERSTANDARDCORE' => 'Windows Server Standard, Core',
|
'SERVERSTANDARDCORE' => 'Windows Server Standard, Core',
|
||||||
'SERVERDATACENTER' => 'Windows Server Datacenter',
|
'SERVERDATACENTER' => 'Windows Server Datacenter',
|
||||||
|
@ -293,6 +293,10 @@ function branchFromBuild($build) {
|
|||||||
$branch = 'zn_release';
|
$branch = 'zn_release';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 26100:
|
||||||
|
$branch = 'ge_release';
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
$branch = 'rs_prerelease';
|
$branch = 'rs_prerelease';
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user