aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llversionserver.h
diff options
context:
space:
mode:
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
32const S32 LL_VERSION_MAJOR = 1; 32const S32 LL_VERSION_MAJOR = 1;
33const S32 LL_VERSION_MINOR = 18; 33const S32 LL_VERSION_MINOR = 18;
34const S32 LL_VERSION_PATCH = 2; 34const S32 LL_VERSION_PATCH = 2;
35const S32 LL_VERSION_BUILD = 1; 35const S32 LL_VERSION_BUILD = 0;
36
37const char * const LL_CHANNEL = "Second Life Server";
38
36 39
37#endif 40#endif