From 4c9a92b6b4511eba81771972a26f69a309b6c99c Mon Sep 17 00:00:00 2001 From: Ed Gonzalez Date: Tue, 22 Dec 2015 10:31:46 -0600 Subject: [PATCH] FreeDV GUI and Installer now v1.0.5.0 to match .ssdr_waveform. Compatible with SmartSDR v1.6 --- pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs | 4 ++-- .../SmartSDR_FreeDV_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 e6d9f1e..e043975 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.3.0")] -[assembly: AssemblyFileVersion("1.0.3.0")] +[assembly: AssemblyVersion("1.0.5.0")] +[assembly: AssemblyFileVersion("1.0.5.0")] diff --git a/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/SmartSDR_FreeDV_Waveform_Inno_Install_Script.iss b/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/SmartSDR_FreeDV_Waveform_Inno_Install_Script.iss index 9c6b679..2681cbe 100644 --- a/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/SmartSDR_FreeDV_Waveform_Inno_Install_Script.iss +++ b/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/SmartSDR_FreeDV_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.3.0" + #define MyAppVersion "1.0.5.0" #endif #ifndef MyAppVersionWithV - #define MyAppVersionWithV "v1.0.3.0" + #define MyAppVersionWithV "v1.0.5.0" #endif #define MyAppName "SmartSDR FreeDV Waveform"