diff options
author | Merov Linden <merov@lindenlab.com> | 2011-03-01 15:45:43 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-03-01 15:45:43 -0800 |
commit | 268f528ca11617301cba1a54ae0eb38a65716309 (patch) | |
tree | 0291cfe7d027586bfc949a5b1c1e310d785c9ded /indra/llcommon | |
parent | 0748420c9453e75d5f942b4eddf3d85b246c9cae (diff) |
Set the version to 2.5.1... Yeap! Back from 2.7.0 (not a misprint)
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llversionviewer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index 7703132d90..5a134b5009 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -28,8 +28,8 @@ #define LL_LLVERSIONVIEWER_H const S32 LL_VERSION_MAJOR = 2; -const S32 LL_VERSION_MINOR = 7; -const S32 LL_VERSION_PATCH = 0; +const S32 LL_VERSION_MINOR = 5; +const S32 LL_VERSION_PATCH = 1; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |