summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorSteven Bennetts <steve@lindenlab.com>2008-04-28 23:29:46 +0000
committerSteven Bennetts <steve@lindenlab.com>2008-04-28 23:29:46 +0000
commit16baf6c9d43fc29e697b5a460439ca664897450c (patch)
tree6c3ae45c538cbc90408ab72f3a02564cf5dce754 /indra/llcommon
parent75ee8558abb662b6a0a6b559c61a9549818d2962 (diff)
merge release-QAR-499 Viewer 1.20 RC 3
merge release-QAR-508 Viewer 1.20 RC 4 merge Branch_1-20-Viewer -r 85278 : 85828 -> release
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llmemtype.h3
-rw-r--r--indra/llcommon/llversionviewer.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/indra/llcommon/llmemtype.h b/indra/llcommon/llmemtype.h
index 9bf6cad9f7..2e275bd523 100644
--- a/indra/llcommon/llmemtype.h
+++ b/indra/llcommon/llmemtype.h
@@ -84,6 +84,9 @@ public:
MTYPE_REGIONS,
MTYPE_INVENTORY,
MTYPE_ANIMATION,
+ MTYPE_VOLUME,
+ MTYPE_PRIMITIVE,
+
MTYPE_NETWORK,
MTYPE_PHYSICS,
MTYPE_INTERESTLIST,
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h
index a1fd0ff509..dbf1d3154b 100644
--- a/indra/llcommon/llversionviewer.h
+++ b/indra/llcommon/llversionviewer.h
@@ -34,7 +34,7 @@
const S32 LL_VERSION_MAJOR = 1;
const S32 LL_VERSION_MINOR = 20;
-const S32 LL_VERSION_PATCH = 2;
+const S32 LL_VERSION_PATCH = 4;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Release";