diff options
author | Oz Linden <oz@lindenlab.com> | 2010-10-20 12:48:09 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2010-10-20 12:48:09 -0400 |
commit | cbb184d986cbdd09d36cf2b2313726f0f2582cb2 (patch) | |
tree | 879013fd8da70bd555a69e7d736245640ffb9d1d /indra/llcommon | |
parent | 1c12103539437f1adacbdbb04005e134be264fe3 (diff) |
bump Development version to 2.4
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llversionviewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index 12bddbfeed..9391aed8a1 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -28,7 +28,7 @@ #define LL_LLVERSIONVIEWER_H const S32 LL_VERSION_MAJOR = 2; -const S32 LL_VERSION_MINOR = 3; +const S32 LL_VERSION_MINOR = 4; const S32 LL_VERSION_PATCH = 0; const S32 LL_VERSION_BUILD = 0; |