diff options
author | prep <prep@lindenlab.com> | 2011-01-10 16:08:02 -0500 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2011-01-10 16:08:02 -0500 |
commit | 3fcdd7f41581e2e724be703687e717ea6ddc91ba (patch) | |
tree | f3b3d4226aadc515a737e7831d91c941baacddbe /indra/llcommon/llversionviewer.h | |
parent | 9c60d1da81ae711b702b83bb388083bc19702472 (diff) | |
parent | b63a404613182edfd230abda595f064c7bcc1c10 (diff) |
merge
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-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 356e0f4c0f..7d5afe92dc 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 = 5; +const S32 LL_VERSION_MINOR = 6; const S32 LL_VERSION_PATCH = 0; const S32 LL_VERSION_BUILD = 0; |