diff options
author | David Walter Seikel | 2011-07-19 01:28:21 +1000 |
---|---|---|
committer | David Walter Seikel | 2011-07-19 01:28:21 +1000 |
commit | 1f2154f4ca2b97a4b212d101781a4c598b90c656 (patch) | |
tree | d40774eca90b81e0d82c0f47e2cdee1d4530c089 | |
parent | Fix up gcrypt and gpg-error compiling and linking. Much cleaner now,and Wind... (diff) | |
parent | Merge branch 'next' of github.com:onefang/meta-impy into next (diff) | |
download | meta-impy-1f2154f4ca2b97a4b212d101781a4c598b90c656.zip meta-impy-1f2154f4ca2b97a4b212d101781a4c598b90c656.tar.gz meta-impy-1f2154f4ca2b97a4b212d101781a4c598b90c656.tar.bz2 meta-impy-1f2154f4ca2b97a4b212d101781a4c598b90c656.tar.xz |
Bump version number.
-rw-r--r-- | linden/indra/newview/viewerinfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/viewerinfo.cpp b/linden/indra/newview/viewerinfo.cpp index 89ce564..ebc7436 100644 --- a/linden/indra/newview/viewerinfo.cpp +++ b/linden/indra/newview/viewerinfo.cpp | |||
@@ -34,8 +34,8 @@ 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 = 0; | 37 | const S32 PATCH = 1; |
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"; |
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. |