aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llversionviewer.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:15 -0500
committerJacek Antonelli2008-08-15 23:45:15 -0500
commitd606a43bb16557653c99b87845914275309961dd (patch)
treeecee5167ae04ca2aa1962721e9890ccb1df2b481 /linden/indra/llcommon/llversionviewer.h
parentSecond Life viewer sources 1.18.4.2-RC (diff)
downloadmeta-impy-d606a43bb16557653c99b87845914275309961dd.zip
meta-impy-d606a43bb16557653c99b87845914275309961dd.tar.gz
meta-impy-d606a43bb16557653c99b87845914275309961dd.tar.bz2
meta-impy-d606a43bb16557653c99b87845914275309961dd.tar.xz
Second Life viewer sources 1.18.4.3
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 c13155a..71b7347 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 = 18; 36const S32 LL_VERSION_MINOR = 18;
37const S32 LL_VERSION_PATCH = 4; 37const S32 LL_VERSION_PATCH = 4;
38const S32 LL_VERSION_BUILD = 2; 38const S32 LL_VERSION_BUILD = 3;
39 39
40const char * const LL_CHANNEL = "Second Life Release"; 40const char * const LL_CHANNEL = "Second Life Release";
41 41