diff options
author | Debi King (Dessie) <dessie@lindenlab.com> | 2011-08-15 12:21:59 -0400 |
---|---|---|
committer | Debi King (Dessie) <dessie@lindenlab.com> | 2011-08-15 12:21:59 -0400 |
commit | 45036820f85844093f3a2031cff10c6633926da4 (patch) | |
tree | ff20e352f2510e0945e29d2cd9bcba0957968fef /indra/llcommon | |
parent | 91eb63bdde50d3a75908909af0e23d54f5c2fd21 (diff) | |
parent | 0bee6c278ca6acd89f33bf0b32a80f1eaded7db4 (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 7e4bad9ee3..27b1bce60c 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 = 0; +const S32 LL_VERSION_PATCH = 1; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |