Modified D-STAR installer MyAppVersion defines so that they can be passed in as parameters by a build script.

This commit is contained in:
Abed Haque 2015-09-09 16:04:05 -05:00
parent 121576fc19
commit 0b7581aa7c

View file

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