diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llversionserver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llversionserver.h b/linden/indra/llcommon/llversionserver.h index f9b84dd..571bd1f 100644 --- a/linden/indra/llcommon/llversionserver.h +++ b/linden/indra/llcommon/llversionserver.h | |||
@@ -36,7 +36,7 @@ | |||
36 | const S32 LL_VERSION_MAJOR = 1; | 36 | const S32 LL_VERSION_MAJOR = 1; |
37 | const S32 LL_VERSION_MINOR = 27; | 37 | const S32 LL_VERSION_MINOR = 27; |
38 | const S32 LL_VERSION_PATCH = 0; | 38 | const S32 LL_VERSION_PATCH = 0; |
39 | const S32 LL_VERSION_BUILD = 112940; | 39 | const S32 LL_VERSION_BUILD = 122255; |
40 | 40 | ||
41 | const char * const LL_CHANNEL = "Second Life Server"; | 41 | const char * const LL_CHANNEL = "Second Life Server"; |
42 | 42 | ||