Bumping build number to 2.44.0.
This commit is contained in:
parent
5675dc6830
commit
1d32312687
6 changed files with 5 additions and 5 deletions
Binary file not shown.
2
trunk/Properties/Settings.Designer.cs
generated
2
trunk/Properties/Settings.Designer.cs
generated
|
@ -1210,7 +1210,7 @@ namespace LSLEditor.Properties {
|
||||||
|
|
||||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Configuration.DefaultSettingValueAttribute("2.43")]
|
[global::System.Configuration.DefaultSettingValueAttribute("2.44.0")]
|
||||||
public string Version {
|
public string Version {
|
||||||
get {
|
get {
|
||||||
return ((string)(this["Version"]));
|
return ((string)(this["Version"]));
|
||||||
|
|
|
@ -327,7 +327,7 @@
|
||||||
<Value Profile="(Default)">True</Value>
|
<Value Profile="(Default)">True</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="Version" Type="System.String" Scope="Application">
|
<Setting Name="Version" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)">2.43</Value>
|
<Value Profile="(Default)">2.44.0</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="OutputFormat" Type="System.String" Scope="User">
|
<Setting Name="OutputFormat" Type="System.String" Scope="User">
|
||||||
<Value Profile="(Default)">UTF-8</Value>
|
<Value Profile="(Default)">UTF-8</Value>
|
||||||
|
|
|
@ -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.43.*")]
|
[assembly: AssemblyVersion("2.44.*")]
|
||||||
|
|
||||||
//
|
//
|
||||||
// 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
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3">
|
<body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3">
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h3><u>2012-01</u> - Release 2.x.x</h3>
|
<h3><u>2012-01</u> - Release 2.44.0</h3>
|
||||||
- Added
|
- Added
|
||||||
<ul>
|
<ul>
|
||||||
<li>"Release Notes..." to help menu.</li>
|
<li>"Release Notes..." to help menu.</li>
|
||||||
|
|
|
@ -325,7 +325,7 @@
|
||||||
<value />
|
<value />
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Version" serializeAs="String">
|
<setting name="Version" serializeAs="String">
|
||||||
<value>2.43</value>
|
<value>2.44.0</value>
|
||||||
</setting>
|
</setting>
|
||||||
</LSLEditor.Properties.Settings>
|
</LSLEditor.Properties.Settings>
|
||||||
</applicationSettings>
|
</applicationSettings>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue