diff options
author | Debi King (Dessie) <dessie@lindenlab.com> | 2011-04-07 17:36:17 -0400 |
---|---|---|
committer | Debi King (Dessie) <dessie@lindenlab.com> | 2011-04-07 17:36:17 -0400 |
commit | e5055178db894eb79ce9f438338da04e5b4c2d7e (patch) | |
tree | fa445e94beb32566cecfd50af3a139f221145558 /indra/llcommon | |
parent | 2c5b7cf2f7528a7502f4fe3f9c6dec9217f8ae60 (diff) | |
parent | 1a2cc89cc59d92e768e109a1a822bfedfd9aaf01 (diff) |
Merged .hgtags from viewer-pre-release repo
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 7d5afe92dc..117d96ffa6 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -29,7 +29,7 @@ const S32 LL_VERSION_MAJOR = 2; const S32 LL_VERSION_MINOR = 6; -const S32 LL_VERSION_PATCH = 0; +const S32 LL_VERSION_PATCH = 1; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |