diff options
author | Oz Linden <oz@lindenlab.com> | 2011-06-20 06:11:03 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-06-20 06:11:03 -0400 |
commit | ede3b577d8cebd5065514bb485e2cbd93dd5b05a (patch) | |
tree | 110a6838b65e3cbfa4fc0385e0f7de7bb86dbc6e | |
parent | 4d77146b9016a4db37112e153e71c05c596f7fdc (diff) |
increment viewer version to 2.7.5
-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"; |