diff options
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 9cb01a3..af21f72 100644 --- a/linden/indra/llcommon/llversion.h +++ b/linden/indra/llcommon/llversion.h | |||
@@ -33,8 +33,8 @@ | |||
33 | // MUST ALSO change version number in secondlife setup.nsi | 33 | // MUST ALSO change version number in secondlife setup.nsi |
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 = 3; |
37 | const S32 LL_VERSION_BUILD = 15; | 37 | const S32 LL_VERSION_BUILD = 2; |
38 | 38 | ||
39 | 39 | ||
40 | 40 | ||