diff options
author | Jacek Antonelli | 2008-08-15 23:45:18 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:18 -0500 |
commit | 8241b4d734ad553948c801164f5d2cd5fee1becd (patch) | |
tree | b8fd3c57f139f81b36e2c9aea8c0d7b2b2f225d0 /linden/indra/llcommon/llversionviewer.h | |
parent | Second Life viewer sources 1.18.5.2-RC (diff) | |
download | meta-impy-8241b4d734ad553948c801164f5d2cd5fee1becd.zip meta-impy-8241b4d734ad553948c801164f5d2cd5fee1becd.tar.gz meta-impy-8241b4d734ad553948c801164f5d2cd5fee1becd.tar.bz2 meta-impy-8241b4d734ad553948c801164f5d2cd5fee1becd.tar.xz |
Second Life viewer sources 1.18.5.3
Diffstat (limited to 'linden/indra/llcommon/llversionviewer.h')
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index e24c38b..1df8a89 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h | |||
@@ -35,7 +35,7 @@ | |||
35 | const S32 LL_VERSION_MAJOR = 1; | 35 | const S32 LL_VERSION_MAJOR = 1; |
36 | const S32 LL_VERSION_MINOR = 18; | 36 | const S32 LL_VERSION_MINOR = 18; |
37 | const S32 LL_VERSION_PATCH = 5; | 37 | const S32 LL_VERSION_PATCH = 5; |
38 | const S32 LL_VERSION_BUILD = 2; | 38 | const S32 LL_VERSION_BUILD = 3; |
39 | 39 | ||
40 | const char * const LL_CHANNEL = "Second Life Release"; | 40 | const char * const LL_CHANNEL = "Second Life Release"; |
41 | 41 | ||