diff options
author | Ramzi Ramey <ramzi@lindenlab.com> | 2009-01-08 00:07:15 +0000 |
---|---|---|
committer | Ramzi Ramey <ramzi@lindenlab.com> | 2009-01-08 00:07:15 +0000 |
commit | 3a5dd71ad60275d0567ceef5ef5f3405c57ba722 (patch) | |
tree | 830f8ea1e5048a12b2e172b899d3ca8de09126c5 /indra/llcommon/llversionviewer.h | |
parent | e3cf284388e7c8a4c0755ba9e689f6a6264a5a26 (diff) |
setting viewer to report 1.23.0, because code in trunk is well beyond 1.22 now and closer to what the 1.23 viewer will be
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-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 af82fe576f..ad3886cdda 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -34,8 +34,8 @@ #define LL_LLVERSIONVIEWER_H const S32 LL_VERSION_MAJOR = 1; -const S32 LL_VERSION_MINOR = 22; -const S32 LL_VERSION_PATCH = 4; +const S32 LL_VERSION_MINOR = 23; +const S32 LL_VERSION_PATCH = 0; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Release"; |