diff options
author | prep linden <prep@lindenlab.com> | 2011-08-30 10:47:15 -0400 |
---|---|---|
committer | prep linden <prep@lindenlab.com> | 2011-08-30 10:47:15 -0400 |
commit | ce869c2b51f55d2ad908dc805abb995bdea01195 (patch) | |
tree | 92e55c828e3e3571f3fbda9c34b43aefd875ed82 /indra/llcommon/llversionviewer.h | |
parent | 2df669c402b5344397499186e73d0886dd5da4d1 (diff) | |
parent | 83fc9a2c567ed111bb3579e4f0bd78cc84280b43 (diff) |
merge
Diffstat (limited to 'indra/llcommon/llversionviewer.h')
-rwxr-xr-x | 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 64225b859b..324507fe7a 100755 --- 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 = 0; -const S32 LL_VERSION_PATCH = 3; +const S32 LL_VERSION_PATCH = 4; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Developer"; |