diff options
author | Christian Goetze <cg@lindenlab.com> | 2009-07-30 01:19:13 +0000 |
---|---|---|
committer | Christian Goetze <cg@lindenlab.com> | 2009-07-30 01:19:13 +0000 |
commit | 181bf2ba8efa49d3a2456cf5cc68537e39d387dd (patch) | |
tree | 02e57a1b2dd0f2b29420bf3fa0e6ef9c8289fb4d /indra/llcommon | |
parent | 6603a2d21004b78754e3a7d5f5731552800873be (diff) |
Bump trunk version to 1.31
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llversionserver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/llversionserver.h b/indra/llcommon/llversionserver.h index c0fc06ee6e..a2c1819d8d 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 = 29; +const S32 LL_VERSION_MINOR = 31; const S32 LL_VERSION_PATCH = 0; -const S32 LL_VERSION_BUILD = 120909; +const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Server"; |