diff options
| author | Oz Linden <oz@lindenlab.com> | 2010-11-22 09:53:01 -0500 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2010-11-22 09:53:01 -0500 | 
| commit | 02701073ce70fc2e2043adf0ed7e0d6879669215 (patch) | |
| tree | 023a1e9edbefac842b3d0fc7ec4bc2a5edcab899 | |
| parent | 93a8da6c220dcfcdd915b0aabe686f54d93c246e (diff) | |
increment viewer version number to 2.5
| -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 b209e4aa38..d6fa5b1997 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 = 4; +const S32 LL_VERSION_MINOR = 5;  const S32 LL_VERSION_PATCH = 0;  const S32 LL_VERSION_BUILD = 0; | 
