diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-08-05 15:11:27 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-08-05 15:11:27 +0300 |
commit | 24351260813b2d0a2e3d7e8cee78cad2c4a5cefc (patch) | |
tree | 05ace450df0d21f24d2f9816f8f64059b3044c02 /indra/llcommon | |
parent | 7253c7eeb156f9f6cd75f52b0df856ec8ef165fb (diff) | |
parent | 057568bddc178546c112d8223042a0ed2378ab8b (diff) |
Merge from default branch
--HG--
branch : product-engine
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 6e341b83a1..c430a60ff0 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -35,7 +35,7 @@ const S32 LL_VERSION_MAJOR = 2; const S32 LL_VERSION_MINOR = 1; -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"; |