aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon
diff options
context:
space:
mode:
authorJacek Antonelli2009-03-01 23:17:07 -0600
committerJacek Antonelli2009-03-01 23:17:20 -0600
commit18004d6835650efc03ccd6c7d3b8142b264cd95a (patch)
tree7806b72845e58e7ec74f333c6fb718143ec0d414 /linden/indra/llcommon
parentSecond Life viewer sources 1.22.9-RC (diff)
downloadmeta-impy-18004d6835650efc03ccd6c7d3b8142b264cd95a.zip
meta-impy-18004d6835650efc03ccd6c7d3b8142b264cd95a.tar.gz
meta-impy-18004d6835650efc03ccd6c7d3b8142b264cd95a.tar.bz2
meta-impy-18004d6835650efc03ccd6c7d3b8142b264cd95a.tar.xz
Second Life viewer sources 1.22.10-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 4f28752..258a5e2 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 = 9; 37const S32 LL_VERSION_PATCH = 10;
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";