summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRobert Knop <prospero@lindenlab.com>2009-01-26 19:53:36 +0000
committerRobert Knop <prospero@lindenlab.com>2009-01-26 19:53:36 +0000
commit4ad54702fce32905402cb6055c085ac14de188a2 (patch)
tree24fbb904d0bee9f54fec70bfb64be0ee8a739a32 /indra
parent00b0498362a4fcbd12ed0cf4b5b80bfd9510edd5 (diff)
Now that server 1.26 has frozen and branched away, bump the server
version in trunk to 1.27.
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/llversionserver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/llversionserver.h b/indra/llcommon/llversionserver.h
index 473751fd96..04a9893d66 100644
--- a/indra/llcommon/llversionserver.h
+++ b/indra/llcommon/llversionserver.h
@@ -34,9 +34,9 @@
#define LL_LLVERSIONSERVER_H
const S32 LL_VERSION_MAJOR = 1;
-const S32 LL_VERSION_MINOR = 26;
+const S32 LL_VERSION_MINOR = 27;
const S32 LL_VERSION_PATCH = 0;
-const S32 LL_VERSION_BUILD = 107351;
+const S32 LL_VERSION_BUILD = 108794;
const char * const LL_CHANNEL = "Second Life Server";