diff options
author | David Walter Seikel | 2011-07-22 00:09:02 +1000 |
---|---|---|
committer | David Walter Seikel | 2011-07-22 00:09:02 +1000 |
commit | 5d772042b9f10429e16560a7c49d6bedb77d33c5 (patch) | |
tree | 8dffece815631cd52a6141df7d6c8c268e3c60a8 /linden | |
parent | Merge remote-tracking branch 'imprudence/1.4-beta1.5' into next (diff) | |
download | meta-impy-5d772042b9f10429e16560a7c49d6bedb77d33c5.zip meta-impy-5d772042b9f10429e16560a7c49d6bedb77d33c5.tar.gz meta-impy-5d772042b9f10429e16560a7c49d6bedb77d33c5.tar.bz2 meta-impy-5d772042b9f10429e16560a7c49d6bedb77d33c5.tar.xz |
Typo in the version number.
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/newview/viewerinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/viewerinfo.cpp b/linden/indra/newview/viewerinfo.cpp index 48e8df3..a850327 100644 --- a/linden/indra/newview/viewerinfo.cpp +++ b/linden/indra/newview/viewerinfo.cpp | |||
@@ -34,7 +34,7 @@ namespace ViewerInfo | |||
34 | const std::string VARNT = ""; | 34 | const std::string VARNT = ""; |
35 | const S32 MAJOR = 1; | 35 | const S32 MAJOR = 1; |
36 | const S32 MINOR = 4; | 36 | const S32 MINOR = 4; |
37 | const S32 PATCH = 1; | 37 | const S32 PATCH = 0; |
38 | const S32 RLEAS = 3; // increment for each beta/RC/release | 38 | const S32 RLEAS = 3; // increment for each beta/RC/release |
39 | const std::string EXTRA = "beta 1.5"; | 39 | const std::string EXTRA = "beta 1.5"; |
40 | 40 | ||