diff options
author | Oz Linden <oz@lindenlab.com> | 2011-06-06 08:50:53 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-06-06 08:50:53 -0400 |
commit | 7a7c6860e523a53285acda408d7798ffcd892778 (patch) | |
tree | 38c99c0fa7548568941c71d727f50ec4cf10c7f7 /indra/llcommon | |
parent | 02c85bd02689b773b1a861c4edff865a31986b4f (diff) |
increment development viewer version to 2.7.3
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 67a83c7aa8..fa92a3a75b 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 = 7; -const S32 LL_VERSION_PATCH = 2; +const S32 LL_VERSION_PATCH = 3; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |