From f5891bc89dcabc8f579d7f64d0d581192d4bb5e2 Mon Sep 17 00:00:00 2001 From: Ed Gonzalez Date: Tue, 22 Dec 2015 10:35:46 -0600 Subject: [PATCH] ThumbDV GUI now v1.0.7 to match .ssdr_waveform. Compatible with SmartSDR v1.6 --- pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs | 4 ++-- .../Flex_ThumbDV_Waveform_Inno_Install_Script.iss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs b/pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs index 9b6c375..d9f6e00 100644 --- a/pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs +++ b/pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs @@ -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.6.0")] -[assembly: AssemblyFileVersion("1.0.6.0")] +[assembly: AssemblyVersion("1.0.7.0")] +[assembly: AssemblyFileVersion("1.0.7.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 3854a0f..4d0e5aa 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.6.0" + #define MyAppVersion "1.0.7.0" #endif #ifndef MyAppVersionWithV - #define MyAppVersionWithV "v1.0.6.0" + #define MyAppVersionWithV "v1.0.7.0" #endif #define MyAppName "SmartSDR D-STAR Waveform"