Tagging version at v2.53.1
This commit is contained in:
parent
b69bfee3fe
commit
7a2e6b5ad7
2 changed files with 9 additions and 2 deletions
|
@ -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.53.0.2")]
|
[assembly: AssemblyVersion("2.53.1.2")]
|
||||||
|
|
||||||
//
|
//
|
||||||
// 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.53.0.2")]
|
[assembly: AssemblyFileVersionAttribute("2.53.1.2")]
|
||||||
|
|
|
@ -6,6 +6,13 @@
|
||||||
<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">2013-07-07</span> - Release 2.53.1</h3>
|
||||||
|
<div>
|
||||||
|
* Fixes
|
||||||
|
<ul>
|
||||||
|
<li>Fixed print dialogue box not opening on AMD64 CPUs</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
<h3><span class="date">2013-07-02</span> - Release 2.53.0</h3>
|
<h3><span class="date">2013-07-02</span> - Release 2.53.0</h3>
|
||||||
<div>
|
<div>
|
||||||
* Constants Added:
|
* Constants Added:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue