From c6ba3b4ca31b9beb496c7e68ec8fd5b02526a6d4 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 27 Jan 2013 20:01:12 +0200 Subject: [PATCH] Change title of installer to show the qbt's version. --- src/windows/options.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/options.nsi b/src/windows/options.nsi index c584f9947..6864d23e4 100644 --- a/src/windows/options.nsi +++ b/src/windows/options.nsi @@ -19,7 +19,7 @@ XPStyle on !define PROG_VERSION "3.0.3" ; The name of the installer -Name "qBittorrent" +Name "qBittorrent ${PROG_VERSION}" ; The file to write OutFile "qbittorrent_${PROG_VERSION}_setup.exe"