aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewerinfo.cpp
diff options
context:
space:
mode:
authorDavid Walter Seikel2011-07-22 00:35:59 +1000
committerDavid Walter Seikel2011-07-22 00:35:59 +1000
commitb0ec57c2b0ffdabfacfca96fda2ab200b7e9a5cc (patch)
treecda39e8a6b64d27dfd13166e37a9827195706d99 /linden/indra/newview/viewerinfo.cpp
parentTypo in the version number. (diff)
downloadmeta-impy-b0ec57c2b0ffdabfacfca96fda2ab200b7e9a5cc.zip
meta-impy-b0ec57c2b0ffdabfacfca96fda2ab200b7e9a5cc.tar.gz
meta-impy-b0ec57c2b0ffdabfacfca96fda2ab200b7e9a5cc.tar.bz2
meta-impy-b0ec57c2b0ffdabfacfca96fda2ab200b7e9a5cc.tar.xz
Align with upstream versioning.
Diffstat (limited to 'linden/indra/newview/viewerinfo.cpp')
-rw-r--r--linden/indra/newview/viewerinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/viewerinfo.cpp b/linden/indra/newview/viewerinfo.cpp
index a850327..176a8cd 100644
--- a/linden/indra/newview/viewerinfo.cpp
+++ b/linden/indra/newview/viewerinfo.cpp
@@ -35,7 +35,7 @@ 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 = 3; // increment for each beta/RC/release 38 const S32 RLEAS = 2; // increment for each beta/RC/release
39 const std::string EXTRA = "beta 1.5"; 39 const std::string EXTRA = "beta 1.5";
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.