increment version to 0.15 🎉

This commit is contained in:
yuyoyuppe
2020-02-26 20:28:40 +03:00
committed by Andrey Nekrasov
parent f015995ac4
commit 16b1bfa4d0
3 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
<Product Id="*"
Name="PowerToys"
Language="1033"
Version="0.14.2"
Version="0.15.0"
Manufacturer="Microsoft"
UpgradeCode="42B84BF7-5FBF-473B-9C8B-049DC16F7708">

View File

@@ -4,8 +4,8 @@
#define STRINGIZE(s) STRINGIZE2(s)
#define VERSION_MAJOR 0
#define VERSION_MINOR 14
#define VERSION_REVISION 2
#define VERSION_MINOR 15
#define VERSION_REVISION 0
#define FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, 0
#define FILE_VERSION_STRING STRINGIZE(VERSION_MAJOR) "." STRINGIZE(VERSION_MINOR) "." STRINGIZE(VERSION_REVISION) ".0"
@@ -15,4 +15,4 @@
#define COMPANY_NAME "Microsoft Corporation"
#define COPYRIGHT_NOTE "Copyright (C) 2019 Microsoft Corporation"

View File

@@ -51,5 +51,5 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.14.2.0")]
[assembly: AssemblyFileVersion("0.14.2.0")]
[assembly: AssemblyVersion("0.15.0.0")]
[assembly: AssemblyFileVersion("0.15.0.0")]