summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2011-08-02 14:41:28 -0700
committerMerov Linden <merov@lindenlab.com>2011-08-02 14:41:28 -0700
commit8d081d34fc56fd1b742045dd120b6acbda0d027e (patch)
treebad359d12509e1543db1d24970f18f8ba88d01a1 /indra/llcommon
parent75d2382dc3fd1beb190eba12188883db98278f89 (diff)
parent9eb555bbe60e0f388593c489d6c473e4adcbd956 (diff)
Sync with lindenlab/viewer-development
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 f98a5398c3..99c5412ae5 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 = 8;
-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";