Skip to content

Commit df3d30a

Browse files
committed
Version 1.6.0.0
1 parent 02b5869 commit df3d30a

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

indra/develop.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,7 @@ def cmake_commandline(self, src_dir, build_dir, opts, simple):
749749
setup_platform = {
750750
'darwin': DarwinSetup,
751751
'linux2': LinuxSetup,
752+
'linux3': LinuxSetup,
752753
'win32' : WindowsSetup,
753754
'cygwin' : CygwinSetup
754755
}

indra/llcommon/llversionviewer.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
#define LL_LLVERSIONVIEWER_H
3535

3636
const S32 LL_VERSION_MAJOR = 1;
37-
const S32 LL_VERSION_MINOR = 5;
38-
const S32 LL_VERSION_PATCH = 10;
39-
const S32 LL_VERSION_BUILD = 1;
37+
const S32 LL_VERSION_MINOR = 6;
38+
const S32 LL_VERSION_PATCH = 0;
39+
const S32 LL_VERSION_BUILD = 0;
4040

4141
const char * const LL_CHANNEL = "Singularity";
4242

indra/newview/app_settings/settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@
436436
<key>Type</key>
437437
<string>String</string>
438438
<key>Value</key>
439-
<string>secondlife</string>
439+
<string>Second Life</string>
440440
</map>
441441

442442
<key>VivoxLicenseAccepted</key>

indra/newview/llstartup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ bool idle_startup()
372372
static U64 first_sim_handle = 0;
373373
static LLHost first_sim;
374374
static std::string first_sim_seed_cap;
375-
static U32 first_sim_size_x = 256;
375+
static U32 first_sim_size_x = 256;
376376
static U32 first_sim_size_y = 256;
377377

378378
static LLVector3 initial_sun_direction(1.f, 0.f, 0.f);

0 commit comments

Comments
 (0)