diff options
| author | Dessie Linden <dessie@lindenlab.com> | 2010-10-19 13:50:27 -0700 | 
|---|---|---|
| committer | Dessie Linden <dessie@lindenlab.com> | 2010-10-19 13:50:27 -0700 | 
| commit | 730a7d7f5c7be6f589a17f13baf1b77a4bb4bdde (patch) | |
| tree | bde344180ea01a76dbc16243f803be76881e5c8f | |
| parent | 42e397e155239932a75fa694dc77d9dd952e3c09 (diff) | |
Bumped viewer version to 2.3.0
| -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 bd65ce8573..12bddbfeed 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 = 2; -const S32 LL_VERSION_PATCH = 1; +const S32 LL_VERSION_MINOR = 3; +const S32 LL_VERSION_PATCH = 0;  const S32 LL_VERSION_BUILD = 0;  const char * const LL_CHANNEL = "Second Life Developer"; | 
