aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:32 -0500
committerJacek Antonelli2008-08-15 23:45:32 -0500
commitd77dde207b00abbc05269773b108e71aeb48209c (patch)
treeb96bb49b3774d68b8ddf66dd81d6000672c2ff0f /linden/indra/llcommon
parentSecond Life viewer sources 1.19.0.4 (diff)
downloadmeta-impy-d77dde207b00abbc05269773b108e71aeb48209c.zip
meta-impy-d77dde207b00abbc05269773b108e71aeb48209c.tar.gz
meta-impy-d77dde207b00abbc05269773b108e71aeb48209c.tar.bz2
meta-impy-d77dde207b00abbc05269773b108e71aeb48209c.tar.xz
Second Life viewer sources 1.19.0.5
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 e23403c..c14efe8 100644
--- a/linden/indra/llcommon/llversionviewer.h
+++ b/linden/indra/llcommon/llversionviewer.h
@@ -35,7 +35,7 @@
35const S32 LL_VERSION_MAJOR = 1; 35const S32 LL_VERSION_MAJOR = 1;
36const S32 LL_VERSION_MINOR = 19; 36const S32 LL_VERSION_MINOR = 19;
37const S32 LL_VERSION_PATCH = 0; 37const S32 LL_VERSION_PATCH = 0;
38const S32 LL_VERSION_BUILD = 3; 38const S32 LL_VERSION_BUILD = 5;
39 39
40const char * const LL_CHANNEL = "Second Life Release"; 40const char * const LL_CHANNEL = "Second Life Release";
41 41