diff options
author | Squire <squire@lindenlab.com> | 2011-06-21 20:50:16 -0700 |
---|---|---|
committer | Squire <squire@lindenlab.com> | 2011-06-21 20:50:16 -0700 |
commit | 8c653512500980f2e5a3c1a0c9397351fae3bce4 (patch) | |
tree | 5cab3065439656a1be8da15318f0e5fce57eb2b8 /indra/llcommon/llversionviewer.h | |
parent | 14105610c7fb295a16b3b2a88014004c62ffa265 (diff) | |
parent | ede3b577d8cebd5065514bb485e2cbd93dd5b05a (diff) |
Pulled from viewer development
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-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 cfafbf0470..92cd9bd46a 100644 --- a/indra/llcommon/llversionviewer.h +++ b/indra/llcommon/llversionviewer.h @@ -29,7 +29,7 @@ const S32 LL_VERSION_MAJOR = 2; const S32 LL_VERSION_MINOR = 7; -const S32 LL_VERSION_PATCH = 4; +const S32 LL_VERSION_PATCH = 5; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |