summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-06-14 10:14:44 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-06-14 10:14:44 -0400
commitcc97e3d5cac6663004c7592323d24b6b88bbb8cb (patch)
tree149daab0284ffa4ee9afba58bb204f6f007d4719 /indra/llcommon
parenteb6b75eb906bf91fbd824f75fc4dfed2b3718966 (diff)
parente35cc6f42b4c02f1d7a05083c3b14de6c222f90a (diff)
merge
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 fa92a3a75b..cfafbf0470 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 = 3;
+const S32 LL_VERSION_PATCH = 4;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";