diff options
author | Josh Bell <josh@lindenlab.com> | 2007-08-14 00:14:37 +0000 |
---|---|---|
committer | Josh Bell <josh@lindenlab.com> | 2007-08-14 00:14:37 +0000 |
commit | d6fc7e6e61ab9e22588df1eb6c1eb6ae1b38c6af (patch) | |
tree | c4bbd5e16943405e6d19a8033353f608c4170d65 /indra/llcommon/llversionviewer.h | |
parent | 3b2515fd5ff832fa5faa5384b2c3db919d960509 (diff) |
* Update versions (client + server) to 1.18.2.0
* Tweak simulator_version script to slam all regions to the new version we're deploying
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-rw-r--r-- | indra/llcommon/llversionviewer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index e5c560f024..6d5e4610f4 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -11,8 +11,8 @@ const S32 LL_VERSION_MAJOR = 1; const S32 LL_VERSION_MINOR = 18; -const S32 LL_VERSION_PATCH = 0; -const S32 LL_VERSION_BUILD = 1; +const S32 LL_VERSION_PATCH = 2; +const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Release"; |