Merge branch 'thubDV_change_to_ftd2xx_library_for_serial' of github.com:n5ac/smartsdr-dsp into thubDV_change_to_ftd2xx_library_for_serial

This commit is contained in:
Ed Gonzalez 2016-10-25 17:08:25 -05:00
commit 7339840e8a
2 changed files with 6 additions and 6 deletions

View file

@ -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")]

View file

@ -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"