diff options
author | sr55 <[email protected]> | 2010-08-08 14:04:32 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-08-08 14:04:32 +0000 |
commit | 38ab1b4ced9b5a85c95ffeaad398bbf9fbd6c355 (patch) | |
tree | ad7979fe13c3233186a00d4ab9348c131e24fe4e /win/C#/Installer/Installer.nsi | |
parent | 6b69bef5dbfc8420ac429bbb966062416ad5620d (diff) |
WinGui:
- Just some cleanup of project / install files.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3474 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Installer/Installer.nsi')
-rw-r--r-- | win/C#/Installer/Installer.nsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/C#/Installer/Installer.nsi b/win/C#/Installer/Installer.nsi index aa92ec015..c3013a88e 100644 --- a/win/C#/Installer/Installer.nsi +++ b/win/C#/Installer/Installer.nsi @@ -7,9 +7,9 @@ ; Script generated by the HM NIS Edit Script Wizard.
; HM NIS Edit Wizard helper defines
-!define PRODUCT_NAME "Handbrake"
-!define PRODUCT_VERSION "SVN 3191 Snapshot"
-!define PRODUCT_VERSION_NUMBER "svn3191"
+!define PRODUCT_NAME "HandBrake"
+!define PRODUCT_VERSION "0.9.5"
+!define PRODUCT_VERSION_NUMBER "0.9.5"
!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"
@@ -30,7 +30,7 @@ SetCompressor lzma !define MUI_UNICON "handbrakepineapple.ico"
; Welcome page
-!insertmacro MUI_PAGE_WELCOME
+!insertmacro MUI_PAGE_WELCOME
; License page
!insertmacro MUI_PAGE_LICENSE "doc\COPYING"
; Directory page
|