aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewerinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/viewerinfo.cpp')
-rw-r--r--linden/indra/newview/viewerinfo.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/viewerinfo.cpp b/linden/indra/newview/viewerinfo.cpp
index 1762096..07ec740 100644
--- a/linden/indra/newview/viewerinfo.cpp
+++ b/linden/indra/newview/viewerinfo.cpp
@@ -30,13 +30,15 @@ namespace ViewerInfo
30 30
31 // These are intentionally defined here instead of in the header, 31 // These are intentionally defined here instead of in the header,
32 // because they should NOT be read directly. Use the functions. 32 // because they should NOT be read directly. Use the functions.
33
34 // NOTE: Some parts of the build system scan this file looking for version numbers and such, commenting out sections confuses that.
33 const std::string NAME = "meta-impy"; 35 const std::string NAME = "meta-impy";
34 const std::string VARNT = ""; 36 const std::string VARNT = "";
35 const S32 MAJOR = 1; 37 const S32 MAJOR = 1;
36 const S32 MINOR = 4; 38 const S32 MINOR = 4;
37 const S32 PATCH = 0; 39 const S32 PATCH = 0;
38 const S32 RLEAS = 3; // increment for each beta/RC/release 40 const S32 RLEAS = 3; // increment for each beta/RC/release
39 const std::string EXTRA = "beta 2"; 41 const std::string EXTRA = "exp 1";
40 42
41 // Mac OS X bundle identifier. Should match the one in Info.plist. 43 // Mac OS X bundle identifier. Should match the one in Info.plist.
42 const std::string BUNDLE_ID = "org.imprudenceviewer.viewer"; 44 const std::string BUNDLE_ID = "org.imprudenceviewer.viewer";