mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-03-20 10:54:37 +01:00
Modified D-STAR installer MyAppVersion defines so that they can be passed in as parameters by a build script.
This commit is contained in:
parent
121576fc19
commit
0b7581aa7c
|
|
@ -4,9 +4,16 @@
|
|||
; Author: Mark Hanson, AA3RK
|
||||
;
|
||||
|
||||
; The App Versions can be passed in and will match the AssemblyInfo for the application
|
||||
#ifndef MyAppVersion
|
||||
#define MyAppVersion "1.0.6.0"
|
||||
#endif
|
||||
|
||||
#ifndef MyAppVersionWithV
|
||||
#define MyAppVersionWithV "v1.0.6.0"
|
||||
#endif
|
||||
|
||||
#define MyAppName "SmartSDR D-STAR Waveform"
|
||||
#define MyAppVersion "1.0.6.0"
|
||||
#define MyAppVersionWithV "v1.0.6.0"
|
||||
#define MyAppPublisher "FlexRadio Systems"
|
||||
#define MyAppURL "http://www.flexradio.com/"
|
||||
#define MyAppExeName "SmartSDR_D-STAR_Waveform.exe"
|
||||
|
|
|
|||
Loading…
Reference in a new issue