diff options
author | Debi King (Dessie) <dessie@lindenlab.com> | 2011-09-02 10:23:46 -0400 |
---|---|---|
committer | Debi King (Dessie) <dessie@lindenlab.com> | 2011-09-02 10:23:46 -0400 |
commit | 1f149a432b8dfe71d2386a2b36adeb287affd9ae (patch) | |
tree | 9f8d5103b856939297a7e90d710442247b244a87 /indra/llcommon | |
parent | deddcfb8c566511b67c367c8d5d26e51a12db88e (diff) | |
parent | 21ad5e0a0ef7d467d08c0488b6469a0ee42ca6ff (diff) |
merged .hgtags
Diffstat (limited to 'indra/llcommon')
-rwxr-xr-x | 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 64225b859b..324507fe7a 100755 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -29,7 +29,7 @@ const S32 LL_VERSION_MAJOR = 3; const S32 LL_VERSION_MINOR = 0; -const S32 LL_VERSION_PATCH = 3; +const S32 LL_VERSION_PATCH = 4; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |