diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llversionserver.h (renamed from linden/indra/llcommon/llversion.h) | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/linden/indra/llcommon/llversion.h b/linden/indra/llcommon/llversionserver.h index 00c3039..0680501 100644 --- a/linden/indra/llcommon/llversion.h +++ b/linden/indra/llcommon/llversionserver.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /** | 1 | /** |
2 | * @file llversion.h | 2 | * @file llversionserver.h |
3 | * @brief | 3 | * @brief |
4 | * | 4 | * |
5 | * Copyright (c) 2002-2007, Linden Research, Inc. | 5 | * Copyright (c) 2002-2007, Linden Research, Inc. |
@@ -26,12 +26,15 @@ | |||
26 | * COMPLETENESS OR PERFORMANCE. | 26 | * COMPLETENESS OR PERFORMANCE. |
27 | */ | 27 | */ |
28 | 28 | ||
29 | #ifndef LL_LLVERSION_H | 29 | #ifndef LL_LLVERSIONSERVER_H |
30 | #define LL_LLVERSION_H | 30 | #define LL_LLVERSIONSERVER_H |
31 | 31 | ||
32 | const S32 LL_VERSION_MAJOR = 1; | 32 | const S32 LL_VERSION_MAJOR = 1; |
33 | const S32 LL_VERSION_MINOR = 18; | 33 | const S32 LL_VERSION_MINOR = 18; |
34 | const S32 LL_VERSION_PATCH = 2; | 34 | const S32 LL_VERSION_PATCH = 2; |
35 | const S32 LL_VERSION_BUILD = 1; | 35 | const S32 LL_VERSION_BUILD = 0; |
36 | |||
37 | const char * const LL_CHANNEL = "Second Life Server"; | ||
38 | |||
36 | 39 | ||
37 | #endif | 40 | #endif |