diff --git a/pc/CODEC2 GUI/CODEC2 GUI/Form1.cs b/pc/CODEC2 GUI/CODEC2 GUI/Form1.cs index 27e989a..3d48718 100644 --- a/pc/CODEC2 GUI/CODEC2 GUI/Form1.cs +++ b/pc/CODEC2 GUI/CODEC2 GUI/Form1.cs @@ -63,6 +63,7 @@ namespace CODEC2_GUI private void Form1_Load(object sender, EventArgs e) { + API.ProgramName = "FreeDV"; API.RadioAdded += new API.RadioAddedEventHandler(API_RadioAdded); API.RadioRemoved += new API.RadioRemovedEventHandler(API_RadioRemoved); API.Init(); diff --git a/pc/CODEC2 GUI/CODEC2 GUI/Libs/Flex.UiWpfFramework.dll b/pc/CODEC2 GUI/CODEC2 GUI/Libs/Flex.UiWpfFramework.dll index e009e05..a493e41 100644 Binary files a/pc/CODEC2 GUI/CODEC2 GUI/Libs/Flex.UiWpfFramework.dll and b/pc/CODEC2 GUI/CODEC2 GUI/Libs/Flex.UiWpfFramework.dll differ diff --git a/pc/CODEC2 GUI/CODEC2 GUI/Libs/FlexLib.dll b/pc/CODEC2 GUI/CODEC2 GUI/Libs/FlexLib.dll index f8202da..f15d0fb 100644 Binary files a/pc/CODEC2 GUI/CODEC2 GUI/Libs/FlexLib.dll and b/pc/CODEC2 GUI/CODEC2 GUI/Libs/FlexLib.dll differ diff --git a/pc/CODEC2 GUI/CODEC2 GUI/Libs/Ionic.Zip.dll b/pc/CODEC2 GUI/CODEC2 GUI/Libs/Ionic.Zip.dll index 95fa928..091232d 100644 Binary files a/pc/CODEC2 GUI/CODEC2 GUI/Libs/Ionic.Zip.dll and b/pc/CODEC2 GUI/CODEC2 GUI/Libs/Ionic.Zip.dll differ diff --git a/pc/CODEC2 GUI/CODEC2 GUI/Libs/Util.dll b/pc/CODEC2 GUI/CODEC2 GUI/Libs/Util.dll index 22e961c..71bf07f 100644 Binary files a/pc/CODEC2 GUI/CODEC2 GUI/Libs/Util.dll and b/pc/CODEC2 GUI/CODEC2 GUI/Libs/Util.dll differ diff --git a/pc/CODEC2 GUI/CODEC2 GUI/Libs/Vita.dll b/pc/CODEC2 GUI/CODEC2 GUI/Libs/Vita.dll index 36e9d6b..33c10b0 100644 Binary files a/pc/CODEC2 GUI/CODEC2 GUI/Libs/Vita.dll and b/pc/CODEC2 GUI/CODEC2 GUI/Libs/Vita.dll differ diff --git a/pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs b/pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs index e043975..f027205 100644 --- a/pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs +++ b/pc/CODEC2 GUI/CODEC2 GUI/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("FlexRadio Systems")] [assembly: AssemblyProduct("SmartSDR_FreeDV_Waveform")] -[assembly: AssemblyCopyright("Copyright © FlexRadio Systems 2015")] +[assembly: AssemblyCopyright("Copyright © FlexRadio Systems 2019")] [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.5.0")] -[assembly: AssemblyFileVersion("1.0.5.0")] +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.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 2681cbe..62cd529 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.5.0" + #define MyAppVersion "1.2.0.0" #endif #ifndef MyAppVersionWithV - #define MyAppVersionWithV "v1.0.5.0" + #define MyAppVersionWithV "v1.2.0.0" #endif #define MyAppName "SmartSDR FreeDV Waveform"