diff options
Diffstat (limited to '')
-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 83477a1..9cb01a3 100644 --- a/linden/indra/llcommon/llversion.h +++ b/linden/indra/llcommon/llversion.h | |||
@@ -34,7 +34,7 @@ | |||
34 | const S32 LL_VERSION_MAJOR = 1; | 34 | const S32 LL_VERSION_MAJOR = 1; |
35 | const S32 LL_VERSION_MINOR = 13; | 35 | const S32 LL_VERSION_MINOR = 13; |
36 | const S32 LL_VERSION_PATCH = 2; | 36 | const S32 LL_VERSION_PATCH = 2; |
37 | const S32 LL_VERSION_BUILD = 12; | 37 | const S32 LL_VERSION_BUILD = 15; |
38 | 38 | ||
39 | 39 | ||
40 | 40 | ||