diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2014-08-11 15:57:05 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2014-08-11 15:57:05 -0700 |
commit | 96d1d586735dd47ce9af0d309c3f1c5abf008497 (patch) | |
tree | 56469b5ad9e6cd4fb796e61c27eeaf6a53361d69 | |
parent | cce90d3d9babc955a839e9ec8cfd36cbfb759fb0 (diff) | |
parent | 28bc48ee499a938d36daa5a264d16b23a6a7553d (diff) | |
download | uhd-96d1d586735dd47ce9af0d309c3f1c5abf008497.tar.gz uhd-96d1d586735dd47ce9af0d309c3f1c5abf008497.tar.bz2 uhd-96d1d586735dd47ce9af0d309c3f1c5abf008497.zip |
Merge remote-tracking branch 'origin/master' into ashish/cat_refactor_master
-rw-r--r-- | host/cmake/Modules/NSIS.template.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/cmake/Modules/NSIS.template.in b/host/cmake/Modules/NSIS.template.in index d038ebbb3..6e3c4af20 100644 --- a/host/cmake/Modules/NSIS.template.in +++ b/host/cmake/Modules/NSIS.template.in @@ -31,7 +31,7 @@ ;General ;Name and file - Name "USRP Hardware Driver" + Name "USRP Hardware Driver @CPACK_PACKAGE_VERSION@" OutFile "@CPACK_TOPLEVEL_DIRECTORY@/@CPACK_OUTPUT_FILE_NAME@" ;Set compression @@ -153,6 +153,7 @@ Var AR_RegFlags !define MUI_HEADERIMAGE !define MUI_ABORTWARNING + !define MUI_WELCOMEPAGE_TITLE_3LINES # Extra space for the title area ;-------------------------------- ; path functions |