diff options
author | Jacek Antonelli | 2009-06-13 13:22:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-06-13 13:22:42 -0500 |
commit | 5fd0f5edb03dc0c65fef5898d9539d957d3e9353 (patch) | |
tree | 90c391505db16915b2ce413983eefab869692c5a /linden/indra/llcommon/llversionviewer.h | |
parent | Second Life viewer sources 1.23.3-RC (diff) | |
download | meta-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.h | 4 |
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 | ||
36 | const S32 LL_VERSION_MAJOR = 1; | 36 | const S32 LL_VERSION_MAJOR = 1; |
37 | const S32 LL_VERSION_MINOR = 23; | 37 | const S32 LL_VERSION_MINOR = 23; |
38 | const S32 LL_VERSION_PATCH = 3; | 38 | const S32 LL_VERSION_PATCH = 4; |
39 | const S32 LL_VERSION_BUILD = 122255; | 39 | const S32 LL_VERSION_BUILD = 123523; |
40 | 40 | ||
41 | const char * const LL_CHANNEL = "Second Life Release Candidate"; | 41 | const char * const LL_CHANNEL = "Second Life Release Candidate"; |
42 | 42 | ||