aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llversionviewer.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-01 17:41:02 -0600
committerJacek Antonelli2008-12-01 17:41:04 -0600
commita2a8404bef1224ec84a70fac0d97232091c064d0 (patch)
treebd13d7d81131a8a109e16c1ca9f5d36263131351 /linden/indra/llcommon/llversionviewer.h
parentSecond Life viewer sources 1.22.0-RC (diff)
downloadmeta-impy-a2a8404bef1224ec84a70fac0d97232091c064d0.zip
meta-impy-a2a8404bef1224ec84a70fac0d97232091c064d0.tar.gz
meta-impy-a2a8404bef1224ec84a70fac0d97232091c064d0.tar.bz2
meta-impy-a2a8404bef1224ec84a70fac0d97232091c064d0.tar.xz
Second Life viewer sources 1.22.1-RC
Diffstat (limited to '')
-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 6e7d6ce..6ff2604 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 = 0; 37const S32 LL_VERSION_PATCH = 1;
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";