diff options
author | Jacek Antonelli | 2008-08-15 23:45:07 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:07 -0500 |
commit | 8465910c79b8e746e04fd581cca2d60399e569b9 (patch) | |
tree | f43fec3e83c46e0d6190dca923d6fb268b52ffdd /linden/indra/llcommon/llversionserver.h | |
parent | Second Life viewer sources 1.18.2.1 (diff) | |
download | meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.zip meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.gz meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.bz2 meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.xz |
Second Life viewer sources 1.18.3.2-RC
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 |