aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-07-12 16:18:40 -0700
committerMcCabe Maxsted2011-07-12 16:18:40 -0700
commit3301aeefa62fc018c238c0aafbaef1f6bdce7728 (patch)
tree81f6cbaa12efa4a3f63b0aa099b75fa610cf56c6 /linden/indra/newview
parentUpdated the experimental installer script (diff)
downloadmeta-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.iss4
-rw-r--r--linden/indra/newview/viewerinfo.cpp4
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
10AppId={{1B3E68BC-13EB-4277-9439-CB5FF9259460} 10AppId={{1B3E68BC-13EB-4277-9439-CB5FF9259460}
11AppName=Imprudence Viewer Experimental 11AppName=Imprudence Viewer Experimental
12AppVerName=Imprudence Viewer 1.4.0 Experimental 2011.04.19 12AppVerName=Imprudence Viewer 1.4.0 beta 1.5 windows test release
13DefaultDirName={pf}\ImprudenceExperimental 13DefaultDirName={pf}\ImprudenceExperimental
14DefaultGroupName=Imprudence Viewer Experimental 14DefaultGroupName=Imprudence Viewer Experimental
15VersionInfoProductName=Imprudence Viewer Experimental 15VersionInfoProductName=Imprudence Viewer Experimental
16OutputBaseFilename=Imprudence-1.4.0-Experimental-2011.04.19-Setup 16OutputBaseFilename=Imprudence-1.4.0-beta-1.5-windows-test
17VersionInfoVersion=1.4.0 17VersionInfoVersion=1.4.0
18VersionInfoTextVersion=1.4.0 18VersionInfoTextVersion=1.4.0
19VersionInfoProductVersion=1.4.0 19VersionInfoProductVersion=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";