From 14355d86b0f9d08bf0d531a838222a237c61d738 Mon Sep 17 00:00:00 2001 From: Jbob Date: Sat, 7 Jan 2017 12:43:24 -0600 Subject: [PATCH] Increment to 0.11.8 --- MSI/Product.wxs | 6 +++--- UniversalInstaller/Helper.cs | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MSI/Product.wxs b/MSI/Product.wxs index d60c6d50..f00c72ee 100644 --- a/MSI/Product.wxs +++ b/MSI/Product.wxs @@ -2,7 +2,7 @@ - - diff --git a/UniversalInstaller/Helper.cs b/UniversalInstaller/Helper.cs index df9ca964..157114da 100644 --- a/UniversalInstaller/Helper.cs +++ b/UniversalInstaller/Helper.cs @@ -1,6 +1,6 @@ /* * FOG Service : A computer management client for the FOG Project - * Copyright (C) 2014-2015 FOG Project + * Copyright (C) 2014-2017 FOG Project * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -28,7 +28,7 @@ namespace FOG public static class Helper { private const string LogName = "Installer"; - public const string ClientVersion = "0.11.7"; + public const string ClientVersion = "0.11.8"; public static IInstall Instance { get; }