summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-06-06 08:50:53 -0400
committerOz Linden <oz@lindenlab.com>2011-06-06 08:50:53 -0400
commit7a7c6860e523a53285acda408d7798ffcd892778 (patch)
tree38c99c0fa7548568941c71d727f50ec4cf10c7f7 /indra/llcommon
parent02c85bd02689b773b1a861c4edff865a31986b4f (diff)
increment development viewer version to 2.7.3
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llversionviewer.h2
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";