diff options
author | Anton Fedchin <anightik@gmail.com> | 2017-07-30 17:08:57 +0300 |
---|---|---|
committer | Anton Fedchin <anightik@gmail.com> | 2017-11-02 09:56:40 +0300 |
commit | 4462b66e943f458518dd467caa78caa82a27f2dc (patch) | |
tree | 68c105ab29fe73766ccb08b34484d0846d279182 /tools/windows | |
parent | 72626fb05d702778241f748ede99b0e92d0c6591 (diff) |
[temp] hardcode package version
Diffstat (limited to 'tools/windows')
-rw-r--r-- | tools/windows/packaging/uwp/package.appxmanifest.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/windows/packaging/uwp/package.appxmanifest.in b/tools/windows/packaging/uwp/package.appxmanifest.in index 92a5607013..40138e2670 100644 --- a/tools/windows/packaging/uwp/package.appxmanifest.in +++ b/tools/windows/packaging/uwp/package.appxmanifest.in @@ -5,7 +5,7 @@ xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp"> - <Identity Name="@PACKAGE_GUID@" Publisher="CN=C62BD90A-CDD8-477F-96C3-B25992247B97" Version="@APP_VERSION_MAJOR@.@APP_VERSION_MINOR@.0.0" /> + <Identity Name="@PACKAGE_GUID@" Publisher="CN=C62BD90A-CDD8-477F-96C3-B25992247B97" Version="17.9.501.0" /> <mp:PhoneIdentity PhoneProductId="@PACKAGE_GUID@" PhonePublisherId="00000000-0000-0000-0000-000000000000" /> <Properties> |