mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2025-12-06 03:01:59 +01:00
FreeDV GUI and Installer now v1.0.5.0 to match .ssdr_waveform. Compatible with SmartSDR v1.6
This commit is contained in:
parent
20588edcd9
commit
4c9a92b6b4
|
|
@ -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.0.3.0")]
|
[assembly: AssemblyVersion("1.0.5.0")]
|
||||||
[assembly: AssemblyFileVersion("1.0.3.0")]
|
[assembly: AssemblyFileVersion("1.0.5.0")]
|
||||||
|
|
|
||||||
|
|
@ -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.0.3.0"
|
#define MyAppVersion "1.0.5.0"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef MyAppVersionWithV
|
#ifndef MyAppVersionWithV
|
||||||
#define MyAppVersionWithV "v1.0.3.0"
|
#define MyAppVersionWithV "v1.0.5.0"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MyAppName "SmartSDR FreeDV Waveform"
|
#define MyAppName "SmartSDR FreeDV Waveform"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue