aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon
diff options
context:
space:
mode:
authorJacek Antonelli2008-10-03 18:05:46 -0500
committerJacek Antonelli2008-10-03 18:06:00 -0500
commit04f9d0b7cef929ad9acdea37bf5f826850993c52 (patch)
tree4f89e6ad443f04b66d562af0bbae7e95cb44dc24 /linden/indra/llcommon
parentSecond Life viewer sources 1.21.3-RC (diff)
downloadmeta-impy-04f9d0b7cef929ad9acdea37bf5f826850993c52.zip
meta-impy-04f9d0b7cef929ad9acdea37bf5f826850993c52.tar.gz
meta-impy-04f9d0b7cef929ad9acdea37bf5f826850993c52.tar.bz2
meta-impy-04f9d0b7cef929ad9acdea37bf5f826850993c52.tar.xz
Second Life viewer sources 1.21.4-RC
Diffstat (limited to 'linden/indra/llcommon')
-rw-r--r--linden/indra/llcommon/llversionviewer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h
index e3e74b5..d7a4e3d 100644
--- a/linden/indra/llcommon/llversionviewer.h
+++ b/linden/indra/llcommon/llversionviewer.h
@@ -34,7 +34,7 @@
34 34
35const S32 LL_VERSION_MAJOR = 1; 35const S32 LL_VERSION_MAJOR = 1;
36const S32 LL_VERSION_MINOR = 21; 36const S32 LL_VERSION_MINOR = 21;
37const S32 LL_VERSION_PATCH = 3; 37const S32 LL_VERSION_PATCH = 4;
38const S32 LL_VERSION_BUILD = 0; 38const S32 LL_VERSION_BUILD = 0;
39 39
40const char * const LL_CHANNEL = "Second Life Release"; 40const char * const LL_CHANNEL = "Second Life Release";