Updated FreeDV app to work with SmartSDR v3.

This commit is contained in:
Abed Haque 2019-04-25 14:16:17 -05:00
parent 542fd84eb8
commit 54e33e8bd8
8 changed files with 6 additions and 5 deletions

View file

@ -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();

View file

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

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