From 5297aa5fa68cbf894acc6326ee6229cd0cb648fe Mon Sep 17 00:00:00 2001 From: Ed Gonzalez Date: Tue, 25 Oct 2016 14:49:01 -0500 Subject: [PATCH] ThumbDV GUI now v1.0.8 to match .ssdr_waveform --- pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs | 8 ++++---- .../Flex_ThumbDV_Waveform_Inno_Install_Script.iss | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs b/pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs index d9f6e00..fb9b68e 100644 --- a/pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs +++ b/pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("FlexRadio Systems")] [assembly: AssemblyProduct("SmartSDR_D-STAR_Waveform")] -[assembly: AssemblyCopyright("Copyright © FlexRadio Systems 2014-2015")] +[assembly: AssemblyCopyright("Copyright © FlexRadio Systems 2014-2015")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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("1.0.7.0")] -[assembly: AssemblyFileVersion("1.0.7.0")] +[assembly: AssemblyVersion("1.0.8.0")] +[assembly: AssemblyFileVersion("1.0.8.0")] diff --git a/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/Flex_ThumbDV_Waveform_Inno_Install_Script.iss b/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/Flex_ThumbDV_Waveform_Inno_Install_Script.iss index 4d0e5aa..d3bc609 100644 --- a/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/Flex_ThumbDV_Waveform_Inno_Install_Script.iss +++ b/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/Flex_ThumbDV_Waveform_Inno_Install_Script.iss @@ -6,11 +6,11 @@ ; The App Versions can be passed in and will match the AssemblyInfo for the application #ifndef MyAppVersion - #define MyAppVersion "1.0.7.0" + #define MyAppVersion "1.0.8.0" #endif #ifndef MyAppVersionWithV - #define MyAppVersionWithV "v1.0.7.0" + #define MyAppVersionWithV "v1.0.8.0" #endif #define MyAppName "SmartSDR D-STAR Waveform"