diff options
| -rw-r--r-- | BuildParams | 1 | ||||
| -rw-r--r-- | indra/llcommon/llversionviewer.h | 2 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/BuildParams b/BuildParams index 258dd43b41..05ae10281d 100644 --- a/BuildParams +++ b/BuildParams @@ -208,4 +208,5 @@ runway.build_debug_release_separately = true  runway.build_CYGWIN_Debug = false  runway.build_viewer_update_version_manager = false +  # eof diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h index bcc661a920..b12aa8826a 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 = 4; -const S32 LL_VERSION_PATCH = 1; +const S32 LL_VERSION_PATCH = 2;  const S32 LL_VERSION_BUILD = 0;  const char * const LL_CHANNEL = "Second Life Developer"; | 
