Bumped version number to 2.47.0
This commit is contained in:
parent
d6582d8ff1
commit
4de3cebeaa
3 changed files with 104 additions and 104 deletions
Binary file not shown.
|
@ -70,7 +70,7 @@ using System.Runtime.InteropServices;
|
||||||
// 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.46.0.*")]
|
[assembly: AssemblyVersion("2.47.0.*")]
|
||||||
|
|
||||||
//
|
//
|
||||||
// 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
|
||||||
|
@ -100,4 +100,4 @@ using System.Runtime.InteropServices;
|
||||||
[assembly: AssemblyDelaySign(false)]
|
[assembly: AssemblyDelaySign(false)]
|
||||||
//[assembly: AssemblyKeyName("")]
|
//[assembly: AssemblyKeyName("")]
|
||||||
[assembly: ComVisibleAttribute(false)]
|
[assembly: ComVisibleAttribute(false)]
|
||||||
[assembly: AssemblyFileVersionAttribute("2.46.0.0")]
|
[assembly: AssemblyFileVersionAttribute("2.47.0.0")]
|
||||||
|
|
|
@ -8,7 +8,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><span class="date">2012-05-00</span> - Release 2.4x.x</h3>
|
<h3><span class="date">2012-10-00</span> - Release 2.47.x</h3>
|
||||||
<div>
|
<div>
|
||||||
* Added Path-finding constants:
|
* Added Path-finding constants:
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue