ThumbDV GUI now v1.0.7 to match .ssdr_waveform. Compatible with SmartSDR v1.6

This commit is contained in:
Ed Gonzalez 2015-12-22 10:35:46 -06:00
parent 0c4354784b
commit f5891bc89d
2 changed files with 4 additions and 4 deletions

View file

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

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