diff options
author | Jacek Antonelli | 2008-08-15 23:45:05 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:05 -0500 |
commit | 3d17e02e604977d976cc303b332bda7cebf11a57 (patch) | |
tree | 06e3dd8dfa7e7c9d12e24efb9155d4343e77aa7b /linden/indra/llcommon/llversion.h | |
parent | Second Life viewer sources 1.18.1.2 (diff) | |
download | meta-impy-3d17e02e604977d976cc303b332bda7cebf11a57.zip meta-impy-3d17e02e604977d976cc303b332bda7cebf11a57.tar.gz meta-impy-3d17e02e604977d976cc303b332bda7cebf11a57.tar.bz2 meta-impy-3d17e02e604977d976cc303b332bda7cebf11a57.tar.xz |
Second Life viewer sources 1.18.2.0
Diffstat (limited to 'linden/indra/llcommon/llversion.h')
-rw-r--r-- | linden/indra/llcommon/llversion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llcommon/llversion.h b/linden/indra/llcommon/llversion.h index 555698d..2fb743f 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 = 18; | 33 | const S32 LL_VERSION_MINOR = 18; |
34 | const S32 LL_VERSION_PATCH = 1; | 34 | const S32 LL_VERSION_PATCH = 2; |
35 | const S32 LL_VERSION_BUILD = 2; | 35 | const S32 LL_VERSION_BUILD = 0; |
36 | 36 | ||
37 | #endif | 37 | #endif |