diff --git a/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/Flex_ThumbDV_Waveform_Inno_Install_Script.iss b/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/Flex_ThumbDV_Waveform_Inno_Install_Script.iss index c579137..3ed60e5 100644 --- a/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/Flex_ThumbDV_Waveform_Inno_Install_Script.iss +++ b/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/Flex_ThumbDV_Waveform_Inno_Install_Script.iss @@ -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"