Updated version number.

git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@41 3f4676ac-adda-40fd-8265-58d1435b1672
This commit is contained in:
niel-archer 2011-11-29 13:25:15 +00:00
parent 1dd1517089
commit afd285f1e8
5 changed files with 126 additions and 126 deletions

Binary file not shown.

View file

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // This code was generated by a tool.
// Runtime Version:4.0.30319.225 // Runtime Version:4.0.30319.239
// //
// Changes to this file may cause incorrect behavior and will be lost if // Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. // the code is regenerated.
@ -35,15 +35,6 @@ namespace LSLEditor.Properties {
} }
} }
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("2.42")]
public string Version {
get {
return ((string)(this["Version"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")] [global::System.Configuration.DefaultSettingValueAttribute("False")]
@ -1228,5 +1219,14 @@ namespace LSLEditor.Properties {
this["VersionControlSVN"] = value; this["VersionControlSVN"] = value;
} }
} }
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("2.43")]
public string Version {
get {
return ((string)(this["Version"]));
}
}
} }
} }

View file

@ -5,9 +5,6 @@
<Setting Name="AvatarName" Type="System.String" Scope="User"> <Setting Name="AvatarName" Type="System.String" Scope="User">
<Value Profile="(Default)">SecondLife Name</Value> <Value Profile="(Default)">SecondLife Name</Value>
</Setting> </Setting>
<Setting Name="Version" Type="System.String" Scope="Application">
<Value Profile="(Default)">2.42</Value>
</Setting>
<Setting Name="BrowserInWindow" Type="System.Boolean" Scope="User"> <Setting Name="BrowserInWindow" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value> <Value Profile="(Default)">False</Value>
</Setting> </Setting>
@ -332,5 +329,8 @@
<Setting Name="VersionControlSVN" Type="System.Boolean" Scope="User"> <Setting Name="VersionControlSVN" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value> <Value Profile="(Default)">True</Value>
</Setting> </Setting>
<Setting Name="Version" Type="System.String" Scope="Application">
<Value Profile="(Default)">2.43</Value>
</Setting>
</Settings> </Settings>
</SettingsFile> </SettingsFile>

View file

@ -69,7 +69,7 @@ using System.Runtime.CompilerServices;
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("2.42.*")] [assembly: AssemblyVersion("2.43.*")]
// //
// In order to sign your assembly you must specify a key to use. Refer to the // In order to sign your assembly you must specify a key to use. Refer to the

View file

@ -243,9 +243,6 @@
</userSettings> </userSettings>
<applicationSettings> <applicationSettings>
<LSLEditor.Properties.Settings> <LSLEditor.Properties.Settings>
<setting name="Version" serializeAs="String">
<value>2.42</value>
</setting>
<setting name="ConfLSL" serializeAs="String"> <setting name="ConfLSL" serializeAs="String">
<value>Resource.ConfLSL.xml</value> <value>Resource.ConfLSL.xml</value>
</setting> </setting>
@ -327,6 +324,9 @@
<setting name="svnloc" serializeAs="String"> <setting name="svnloc" serializeAs="String">
<value /> <value />
</setting> </setting>
<setting name="Version" serializeAs="String">
<value>2.43</value>
</setting>
</LSLEditor.Properties.Settings> </LSLEditor.Properties.Settings>
</applicationSettings> </applicationSettings>
</configuration> </configuration>