diff options
author | Oz Linden <oz@lindenlab.com> | 2011-03-29 19:22:26 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-03-29 19:22:26 -0400 |
commit | b595bbcf2af03b2a285c2df450379b670bddbfbc (patch) | |
tree | 121ab3e96f6e72d53c5a4f84d761f13e1996bbda /indra/llcommon/llversionviewer.h | |
parent | fbd241da54ad6017825b59c5b0c71086d8b8957a (diff) | |
parent | 7cb4f2d87dc8619d8ad86cb82f6687f1a9821a69 (diff) |
merge changes for storm-1019
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-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 117d96ffa6..488ec5b239 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 = 1; +const S32 LL_VERSION_PATCH = 3; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |