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 ce00d9a..a52d64f 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_D-STAR_Waveform")] -[assembly: AssemblyCopyright("Copyright © FlexRadio Systems 2014-2015")] +[assembly: AssemblyCopyright("Copyright © FlexRadio Systems 2014-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.1.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.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 81ff165..fc9046a 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.1.0.0" + #define MyAppVersion "1.2.0.0" #endif #ifndef MyAppVersionWithV - #define MyAppVersionWithV "v1.1.0.0" + #define MyAppVersionWithV "v1.2.0.0" #endif #define MyAppName "SmartSDR D-STAR Waveform"