diff options
author | McCabe Maxsted | 2011-07-12 16:18:40 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-07-12 16:18:40 -0700 |
commit | 3301aeefa62fc018c238c0aafbaef1f6bdce7728 (patch) | |
tree | 81f6cbaa12efa4a3f63b0aa099b75fa610cf56c6 /linden/indra/newview | |
parent | Updated the experimental installer script (diff) | |
download | meta-impy-3301aeefa62fc018c238c0aafbaef1f6bdce7728.zip meta-impy-3301aeefa62fc018c238c0aafbaef1f6bdce7728.tar.gz meta-impy-3301aeefa62fc018c238c0aafbaef1f6bdce7728.tar.bz2 meta-impy-3301aeefa62fc018c238c0aafbaef1f6bdce7728.tar.xz |
Changed version to beta 1.5 windows test release
Diffstat (limited to 'linden/indra/newview')
-rw-r--r-- | linden/indra/newview/installers/windows/imprudence_installer_script_experimental.iss | 4 | ||||
-rw-r--r-- | linden/indra/newview/viewerinfo.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/newview/installers/windows/imprudence_installer_script_experimental.iss b/linden/indra/newview/installers/windows/imprudence_installer_script_experimental.iss index 400eb48..c551919 100644 --- a/linden/indra/newview/installers/windows/imprudence_installer_script_experimental.iss +++ b/linden/indra/newview/installers/windows/imprudence_installer_script_experimental.iss | |||
@@ -9,11 +9,11 @@ | |||
9 | ; These will change | 9 | ; These will change |
10 | AppId={{1B3E68BC-13EB-4277-9439-CB5FF9259460} | 10 | AppId={{1B3E68BC-13EB-4277-9439-CB5FF9259460} |
11 | AppName=Imprudence Viewer Experimental | 11 | AppName=Imprudence Viewer Experimental |
12 | AppVerName=Imprudence Viewer 1.4.0 Experimental 2011.04.19 | 12 | AppVerName=Imprudence Viewer 1.4.0 beta 1.5 windows test release |
13 | DefaultDirName={pf}\ImprudenceExperimental | 13 | DefaultDirName={pf}\ImprudenceExperimental |
14 | DefaultGroupName=Imprudence Viewer Experimental | 14 | DefaultGroupName=Imprudence Viewer Experimental |
15 | VersionInfoProductName=Imprudence Viewer Experimental | 15 | VersionInfoProductName=Imprudence Viewer Experimental |
16 | OutputBaseFilename=Imprudence-1.4.0-Experimental-2011.04.19-Setup | 16 | OutputBaseFilename=Imprudence-1.4.0-beta-1.5-windows-test |
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 |
diff --git a/linden/indra/newview/viewerinfo.cpp b/linden/indra/newview/viewerinfo.cpp index 66cac52..53adccf 100644 --- a/linden/indra/newview/viewerinfo.cpp +++ b/linden/indra/newview/viewerinfo.cpp | |||
@@ -35,8 +35,8 @@ namespace ViewerInfo | |||
35 | const S32 MAJOR = 1; | 35 | const S32 MAJOR = 1; |
36 | const S32 MINOR = 4; | 36 | const S32 MINOR = 4; |
37 | const S32 PATCH = 0; | 37 | const S32 PATCH = 0; |
38 | const S32 RLEAS = 1; // increment for each beta/RC/release | 38 | const S32 RLEAS = 2; // increment for each beta/RC/release |
39 | const std::string EXTRA = "beta 1"; | 39 | const std::string EXTRA = "beta 1.5 Windows Test"; |
40 | 40 | ||
41 | // Mac OS X bundle identifier. Should match the one in Info.plist. | 41 | // Mac OS X bundle identifier. Should match the one in Info.plist. |
42 | const std::string BUNDLE_ID = "org.imprudenceviewer.viewer"; | 42 | const std::string BUNDLE_ID = "org.imprudenceviewer.viewer"; |