diff options
author | prep <none@none> | 2012-03-02 11:29:30 -0500 |
---|---|---|
committer | prep <none@none> | 2012-03-02 11:29:30 -0500 |
commit | f5cebb27a72cf31723eb621bdcd117f7634a4e58 (patch) | |
tree | 656bda206f1467c61d37acee3440020281440b06 /indra/llcommon | |
parent | c2a7006413ea5e4a0bf7b8b75fe5afdb51e9a6e5 (diff) | |
parent | e1e13bcab96565ddc7627139673519a09a60962f (diff) |
merge
Diffstat (limited to 'indra/llcommon')
-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 a869c74189..26ff1b5c55 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -29,7 +29,7 @@ const S32 LL_VERSION_MAJOR = 3; const S32 LL_VERSION_MINOR = 3; -const S32 LL_VERSION_PATCH = 0; +const S32 LL_VERSION_PATCH = 1; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |