Updated D-Star app to work with SmartSDR v3.

This commit is contained in:
Abed Haque 2019-04-25 13:47:39 -05:00
parent b831777f8f
commit d31f20f530
7 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("FlexRadio Systems")] [assembly: AssemblyCompany("FlexRadio Systems")]
[assembly: AssemblyProduct("SmartSDR_D-STAR_Waveform")] [assembly: AssemblyProduct("SmartSDR_D-STAR_Waveform")]
[assembly: AssemblyCopyright("Copyright © FlexRadio Systems 2014-2015")] [assembly: AssemblyCopyright("Copyright © FlexRadio Systems 2014-2019")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [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 // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")] [assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")] [assembly: AssemblyFileVersion("1.2.0.0")]

View file

@ -6,11 +6,11 @@
; The App Versions can be passed in and will match the AssemblyInfo for the application ; The App Versions can be passed in and will match the AssemblyInfo for the application
#ifndef MyAppVersion #ifndef MyAppVersion
#define MyAppVersion "1.1.0.0" #define MyAppVersion "1.2.0.0"
#endif #endif
#ifndef MyAppVersionWithV #ifndef MyAppVersionWithV
#define MyAppVersionWithV "v1.1.0.0" #define MyAppVersionWithV "v1.2.0.0"
#endif #endif
#define MyAppName "SmartSDR D-STAR Waveform" #define MyAppName "SmartSDR D-STAR Waveform"