diff options
Diffstat (limited to 'linden/indra/llcommon/llversionviewer.h')
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 6 |
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 | ||
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 = 4; | 38 | const S32 LL_VERSION_PATCH = 5; |
39 | const S32 LL_VERSION_BUILD = 123523; | 39 | const S32 LL_VERSION_BUILD = 136262; |
40 | 40 | ||
41 | const char * const LL_CHANNEL = "Second Life Release Candidate"; | 41 | const char * const LL_CHANNEL = "Second Life Release"; |
42 | 42 | ||
43 | #endif | 43 | #endif |