aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon
diff options
context:
space:
mode:
authorJacek Antonelli2009-02-13 03:10:11 -0600
committerJacek Antonelli2009-02-13 03:10:37 -0600
commitae87a35efc761f1a317325c5286a0946992fc84b (patch)
tree526e23e01d3fc2bc65272f00798de5fee1d0350f /linden/indra/llcommon
parentSecond Life viewer sources 1.22.8-RC (diff)
downloadmeta-impy-ae87a35efc761f1a317325c5286a0946992fc84b.zip
meta-impy-ae87a35efc761f1a317325c5286a0946992fc84b.tar.gz
meta-impy-ae87a35efc761f1a317325c5286a0946992fc84b.tar.bz2
meta-impy-ae87a35efc761f1a317325c5286a0946992fc84b.tar.xz
Second Life viewer sources 1.22.9-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 ce29ab4..4f28752 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 = 22; 36const S32 LL_VERSION_MINOR = 22;
37const S32 LL_VERSION_PATCH = 8; 37const S32 LL_VERSION_PATCH = 9;
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";