diff options
author | Christian Goetze (CG) <cg@lindenlab.com> | 2010-08-04 10:15:15 -0700 |
---|---|---|
committer | Christian Goetze (CG) <cg@lindenlab.com> | 2010-08-04 10:15:15 -0700 |
commit | ac787b54682cef5d11ff13fba46024030e7b1edb (patch) | |
tree | 6ab85a9fe93fe1e4ea2ff83571cc14a3d27a194d /indra | |
parent | bf29d7e50611faa011a1de00222c55c31f4fc7e9 (diff) | |
parent | eefe3388da83ce3e368af28ba466c27644f156c8 (diff) |
Propagate version bump to 2.1.1
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 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"; |