diff options
| author | Oz Linden <oz@lindenlab.com> | 2012-01-09 08:41:36 -0500 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2012-01-09 08:41:36 -0500 | 
| commit | 3dfb1536fa3bb85f6648a76591e80c3feea9eb83 (patch) | |
| tree | 1b19b89d1b20136e5e499bb7ae8269f552037ba0 /indra | |
| parent | 4c5141c5677a2e98c1331026d4e119abee6ab2ae (diff) | |
increment viewer version to 3.2.7
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 ec378761c2..7bba3d298f 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 = 2; -const S32 LL_VERSION_PATCH = 6; +const S32 LL_VERSION_PATCH = 7;  const S32 LL_VERSION_BUILD = 0;  const char * const LL_CHANNEL = "Second Life Developer"; | 
