aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llversionviewer.h
diff options
context:
space:
mode:
authorJacek Antonelli2009-11-03 16:59:53 -0600
committerJacek Antonelli2009-11-03 17:00:00 -0600
commitf89cffa66e087aa23a2b988e5b53ab41c964d51a (patch)
tree74b95071a667075f676f472a22414ce8d6d417a5 /linden/indra/llcommon/llversionviewer.h
parentSecond Life viewer sources 1.23.4-RC (diff)
downloadmeta-impy-f89cffa66e087aa23a2b988e5b53ab41c964d51a.zip
meta-impy-f89cffa66e087aa23a2b988e5b53ab41c964d51a.tar.gz
meta-impy-f89cffa66e087aa23a2b988e5b53ab41c964d51a.tar.bz2
meta-impy-f89cffa66e087aa23a2b988e5b53ab41c964d51a.tar.xz
Second Life viewer sources 1.23.5
Diffstat (limited to '')
-rw-r--r--linden/indra/llcommon/llversionviewer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h
index eb84643..56711ce 100644
--- a/linden/indra/llcommon/llversionviewer.h
+++ b/linden/indra/llcommon/llversionviewer.h
@@ -35,9 +35,9 @@
35 35
36const S32 LL_VERSION_MAJOR = 1; 36const S32 LL_VERSION_MAJOR = 1;
37const S32 LL_VERSION_MINOR = 23; 37const S32 LL_VERSION_MINOR = 23;
38const S32 LL_VERSION_PATCH = 4; 38const S32 LL_VERSION_PATCH = 5;
39const S32 LL_VERSION_BUILD = 123523; 39const S32 LL_VERSION_BUILD = 136262;
40 40
41const char * const LL_CHANNEL = "Second Life Release Candidate"; 41const char * const LL_CHANNEL = "Second Life Release";
42 42
43#endif 43#endif