Version identifier changes for next major release, removed 'Debug' menu from working on other avatars in case the feature accidentally bruises someone's fragile and precious sensibilities regardless of the fact it's harmless/useless.

This commit is contained in:
CharleyLevenque
2010-08-27 04:35:40 -04:00
parent fbcfee20b6
commit e78112ae12
2 changed files with 2 additions and 5 deletions

View File

@@ -36,9 +36,9 @@
const S32 LL_VERSION_MAJOR = 1;
const S32 LL_VERSION_MINOR = 4;
const S32 LL_VERSION_PATCH = 0;
const S32 LL_VERSION_BUILD = 0;
const S32 LL_VERSION_BUILD = 3;
const char * const LL_CHANNEL = "Ascent Test Build";
const char * const LL_CHANNEL = "Ascent Viewer Release";
#if LL_DARWIN
const char * const LL_VERSION_BUNDLE_ID = "com.secondlife.snowglobe.viewer";

View File

@@ -36,9 +36,6 @@
<on_click function="Avatar.Eject" />
<on_enable function="Avatar.EnableFreezeEject" />
</menu_item_call>
<menu_item_call enabled="true" label="Debug..." mouse_opaque="true" name="Debug Layers">
<on_click function="Avatar.Debug" />
</menu_item_call>
<pie_menu label="Tools &gt;" name="Tools &gt;">
<menu_item_call enabled="false" hidden="false" label="S. Count" mouse_opaque="true" name="ScriptCount">
<on_click function="Object.ScriptCount" />