diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-04-21 11:43:43 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-04-21 11:43:43 -0700 |
commit | 270d13388223b641b3746000209c2c55c5fb641d (patch) | |
tree | 79bddeb0ad19640299a0ae5e08fba3230adbbde8 /indra/llcommon | |
parent | 9fdba53b09193290ab33fc6aa414329d126505ed (diff) | |
parent | c34bb6f62b0ce623074378173fa9693d938eeb89 (diff) |
Automated merge
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llversionviewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index 3ab4257fab..fc9fcb2d9e 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -35,7 +35,7 @@ const S32 LL_VERSION_MAJOR = 2; const S32 LL_VERSION_MINOR = 0; -const S32 LL_VERSION_PATCH = 0; +const S32 LL_VERSION_PATCH = 1; const S32 LL_VERSION_BUILD = 203110; const char * const LL_CHANNEL = "Second Life Developer"; |