diff options
author | McCabe Maxsted | 2011-06-21 20:41:27 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-06-21 20:41:27 -0700 |
commit | 5518d60229ddf21141f23ec74131c74cc30267c7 (patch) | |
tree | 98d9e52cf715e245563d6731b3420152e7eb6626 /linden/indra | |
parent | Update the Windows installers for the upcoming 1.4 beta (diff) | |
download | meta-impy-5518d60229ddf21141f23ec74131c74cc30267c7.zip meta-impy-5518d60229ddf21141f23ec74131c74cc30267c7.tar.gz meta-impy-5518d60229ddf21141f23ec74131c74cc30267c7.tar.bz2 meta-impy-5518d60229ddf21141f23ec74131c74cc30267c7.tar.xz |
Fixed the word 'beta' missing from the imp installer
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/newview/installers/windows/imprudence_installer_script.iss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/installers/windows/imprudence_installer_script.iss b/linden/indra/newview/installers/windows/imprudence_installer_script.iss index 5d0f9e6..3282c48 100644 --- a/linden/indra/newview/installers/windows/imprudence_installer_script.iss +++ b/linden/indra/newview/installers/windows/imprudence_installer_script.iss | |||
@@ -9,11 +9,11 @@ | |||
9 | ; These will change | 9 | ; These will change |
10 | AppId={{D7736EE8-AFCE-4735-BBE3-652CDFBBFCA8} | 10 | AppId={{D7736EE8-AFCE-4735-BBE3-652CDFBBFCA8} |
11 | AppName=Imprudence | 11 | AppName=Imprudence |
12 | AppVerName=Imprudence Viewer 1.4.0 (SSE2 optimized) | 12 | AppVerName=Imprudence Viewer 1.4.0 beta 1 (SSE2 optimized) |
13 | DefaultDirName={pf}\Imprudence | 13 | DefaultDirName={pf}\Imprudence |
14 | DefaultGroupName=Imprudence Viewer | 14 | DefaultGroupName=Imprudence Viewer |
15 | VersionInfoProductName=Imprudence Viewer | 15 | VersionInfoProductName=Imprudence Viewer |
16 | OutputBaseFilename=Imprudence-1.4.0-(SSE2-optimized)-Setup | 16 | OutputBaseFilename=Imprudence-1.4.0-beta1-(SSE2-optimized) |
17 | VersionInfoVersion=1.4.0 | 17 | VersionInfoVersion=1.4.0 |
18 | VersionInfoTextVersion=1.4.0 | 18 | VersionInfoTextVersion=1.4.0 |
19 | VersionInfoProductVersion=1.4.0 | 19 | VersionInfoProductVersion=1.4.0 |