aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llversionviewer.h
diff options
context:
space:
mode:
authorJacek Antonelli2009-06-13 13:22:19 -0500
committerJacek Antonelli2009-06-13 13:22:42 -0500
commit5fd0f5edb03dc0c65fef5898d9539d957d3e9353 (patch)
tree90c391505db16915b2ce413983eefab869692c5a /linden/indra/llcommon/llversionviewer.h
parentSecond Life viewer sources 1.23.3-RC (diff)
downloadmeta-impy-5fd0f5edb03dc0c65fef5898d9539d957d3e9353.zip
meta-impy-5fd0f5edb03dc0c65fef5898d9539d957d3e9353.tar.gz
meta-impy-5fd0f5edb03dc0c65fef5898d9539d957d3e9353.tar.bz2
meta-impy-5fd0f5edb03dc0c65fef5898d9539d957d3e9353.tar.xz
Second Life viewer sources 1.23.4-RC
Diffstat (limited to 'linden/indra/llcommon/llversionviewer.h')
-rw-r--r--linden/indra/llcommon/llversionviewer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h
index 34d0335..eb84643 100644
--- a/linden/indra/llcommon/llversionviewer.h
+++ b/linden/indra/llcommon/llversionviewer.h
@@ -35,8 +35,8 @@
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 = 3; 38const S32 LL_VERSION_PATCH = 4;
39const S32 LL_VERSION_BUILD = 122255; 39const S32 LL_VERSION_BUILD = 123523;
40 40
41const char * const LL_CHANNEL = "Second Life Release Candidate"; 41const char * const LL_CHANNEL = "Second Life Release Candidate";
42 42