From 9de854ea647f370c31bf3919a6c7377b317ea19f Mon Sep 17 00:00:00 2001 From: sr55 Date: Mon, 24 Dec 2007 18:43:10 +0000 Subject: WinGui: - Added GPL Licence comment at the top of each code file as required. (this may need to be changed later but will do for now) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1147 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Installer/Installer.nsi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'win/C#/Installer/Installer.nsi') diff --git a/win/C#/Installer/Installer.nsi b/win/C#/Installer/Installer.nsi index 411506504..84bb9bfa1 100644 --- a/win/C#/Installer/Installer.nsi +++ b/win/C#/Installer/Installer.nsi @@ -1,8 +1,14 @@ +/* Resources.Designer.cs $ + + This file is part of the HandBrake source code. + Homepage: . + It may be used under the terms of the GNU General Public License. */ + ; Script generated by the HM NIS Edit Script Wizard. ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "Handbrake" -!define PRODUCT_VERSION "2.4.1" +!define PRODUCT_VERSION "0.9.1" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Handbrake.exe" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" !define PRODUCT_UNINST_ROOT_KEY "HKLM" -- cgit v1.2.3