build collar, remote and ao at 160124.3

We can say the Remote and AO are production ready if nothing comes up
after testing. The collar will need a few more polishes but the change
set is as always very beautiful. OpenCollar Six is amazing. <3
This commit is contained in:
WendyStarfall
2016-01-24 12:43:01 +01:00
parent a01a826fe2
commit 3f96f36403
3 changed files with 6 additions and 6 deletions

View File

@@ -126,8 +126,8 @@
// integer disabled = FALSE;//used to prevent manually turning AO on when collar has turned it off
// key disabler;//the key of th eobject that turned us off. will be needed for a workaround later
string fancyVersion = "⁶⋅⁰⋅⁰";
float g_fBuildVersion = 160124.2;
string fancyVersion = "⁶⋅⁰⋅⁰ ⁽ᴹⱽᴾ⁾";
float g_fBuildVersion = 160124.3;
// How long before flipping stand animations
integer standTimeDefault = 30;

View File

@@ -57,10 +57,10 @@
//on menu request, give dialog, with alphabetized list of submenus
//on listen, send submenu link message
string g_sCollarVersion="160124.2";
string g_sFancyVersion="¹⁶⁰¹²⁴⋅²";
string g_sCollarVersion="160124.3";
string g_sFancyVersion="¹⁶⁰¹²⁴⋅³";
integer g_iLatestVersion=TRUE;
float g_fBuildVersion = 160124.2;
float g_fBuildVersion = 160124.3;
key g_kWearer;

View File

@@ -53,7 +53,7 @@
//merged HUD-menu, HUD-leash and HUD-rezzer into here June 2015 Otto (garvin.twine)
string g_sVersion = "6.0.0";
string g_sVersion = "160124.3";
string g_sFancyVersion = "⁶⋅⁰⋅⁰";
integer g_iUpdateAvailable;
key g_kWebLookup;