aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llversionviewer.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:18 -0500
committerJacek Antonelli2008-08-15 23:45:18 -0500
commitad2310656299467c775738fcdbc5840bd492df8d (patch)
tree61a3e7b568d04f12e7a42c962828e9334954811d /linden/indra/llcommon/llversionviewer.h
parentSecond Life viewer sources 1.18.5.1-RC (diff)
downloadmeta-impy-ad2310656299467c775738fcdbc5840bd492df8d.zip
meta-impy-ad2310656299467c775738fcdbc5840bd492df8d.tar.gz
meta-impy-ad2310656299467c775738fcdbc5840bd492df8d.tar.bz2
meta-impy-ad2310656299467c775738fcdbc5840bd492df8d.tar.xz
Second Life viewer sources 1.18.5.2-RC
Diffstat (limited to 'linden/indra/llcommon/llversionviewer.h')
-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 e3a4df1..e24c38b 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 = 5; 37const S32 LL_VERSION_PATCH = 5;
38const S32 LL_VERSION_BUILD = 1; 38const S32 LL_VERSION_BUILD = 2;
39 39
40const char * const LL_CHANNEL = "Second Life Release"; 40const char * const LL_CHANNEL = "Second Life Release";
41 41