From 51b791f9c0bbdb466b04cbb7ce9b8122c75f108b Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Tue, 26 Nov 2019 11:46:22 +0100 Subject: [PATCH] Version 0.14.0 (#782) --- installer/PowerToysSetup/Product.wxs | 2 +- src/common/version.h | 2 +- .../editor/FancyZonesEditor/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/installer/PowerToysSetup/Product.wxs b/installer/PowerToysSetup/Product.wxs index 923014cbf5..ffa8563880 100644 --- a/installer/PowerToysSetup/Product.wxs +++ b/installer/PowerToysSetup/Product.wxs @@ -7,7 +7,7 @@ diff --git a/src/common/version.h b/src/common/version.h index 663274f4c6..19278f8da7 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -4,7 +4,7 @@ #define STRINGIZE(s) STRINGIZE2(s) #define VERSION_MAJOR 0 -#define VERSION_MINOR 13 +#define VERSION_MINOR 14 #define VERSION_REVISION 0 #define VERSION_BUILD 0 diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/AssemblyInfo.cs b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/AssemblyInfo.cs index b539917d17..874a944a2c 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/AssemblyInfo.cs +++ b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/AssemblyInfo.cs @@ -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.13.0.0")] -[assembly: AssemblyFileVersion("0.13.0.0")] +[assembly: AssemblyVersion("0.14.0.0")] +[assembly: AssemblyFileVersion("0.14.0.0")]