diff options
author | Jacek Antonelli | 2008-08-15 23:45:00 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:00 -0500 |
commit | 5a0ae1117906416b8204e0cf1751f129f84bd447 (patch) | |
tree | 3f45be01280fcf078b96011db8a75003c3fa7be5 /linden/indra/llcommon | |
parent | Second Life viewer sources 1.17.1.0 (diff) | |
download | meta-impy-5a0ae1117906416b8204e0cf1751f129f84bd447.zip meta-impy-5a0ae1117906416b8204e0cf1751f129f84bd447.tar.gz meta-impy-5a0ae1117906416b8204e0cf1751f129f84bd447.tar.bz2 meta-impy-5a0ae1117906416b8204e0cf1751f129f84bd447.tar.xz |
Second Life viewer sources 1.17.2.0
Diffstat (limited to 'linden/indra/llcommon')
-rw-r--r-- | linden/indra/llcommon/llversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llversion.h b/linden/indra/llcommon/llversion.h index 2623c3a..096cf2e 100644 --- a/linden/indra/llcommon/llversion.h +++ b/linden/indra/llcommon/llversion.h | |||
@@ -31,7 +31,7 @@ | |||
31 | 31 | ||
32 | const S32 LL_VERSION_MAJOR = 1; | 32 | const S32 LL_VERSION_MAJOR = 1; |
33 | const S32 LL_VERSION_MINOR = 17; | 33 | const S32 LL_VERSION_MINOR = 17; |
34 | const S32 LL_VERSION_PATCH = 1; | 34 | const S32 LL_VERSION_PATCH = 2; |
35 | const S32 LL_VERSION_BUILD = 0; | 35 | const S32 LL_VERSION_BUILD = 0; |
36 | 36 | ||
37 | #endif | 37 | #endif |