diff options
author | Oz Linden <oz@lindenlab.com> | 2012-09-12 18:39:42 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-09-12 18:39:42 -0400 |
commit | a11cc73736b6824e4dc6d0a693bcfb26514b16eb (patch) | |
tree | ddbcfbd10f4f55810df66a432f75d517b09dacda /indra | |
parent | 46a8d67a906e9aa6c28752a0b25650fdd566e477 (diff) | |
parent | b8bac66a0f8c392a221ad2c64611e2a55de82339 (diff) |
merge increment of version number
Diffstat (limited to 'indra')
-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 2038681905..bcc661a920 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 = 4; -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"; |