diff options
author | Debi King <dessie@lindenlab.com> | 2009-03-24 21:19:22 +0000 |
---|---|---|
committer | Debi King <dessie@lindenlab.com> | 2009-03-24 21:19:22 +0000 |
commit | 8450fe0da763219c0e88fec264ddf3284ed0ddda (patch) | |
tree | fb297c54834daaaa2b45d932f3e3418c8684b2c5 | |
parent | 43f22fff6f687158a266f4ee2d12aaa019c3c415 (diff) |
Changed LL_VERSION_MINOR to equal 24
-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 ad3886cdda..15f0e98330 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -34,7 +34,7 @@ #define LL_LLVERSIONVIEWER_H const S32 LL_VERSION_MAJOR = 1; -const S32 LL_VERSION_MINOR = 23; +const S32 LL_VERSION_MINOR = 24; const S32 LL_VERSION_PATCH = 0; const S32 LL_VERSION_BUILD = 0; |