Skip to content

Commit

Permalink
Bumped version to 0.5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uxmal committed Sep 13, 2015
1 parent f96718d commit 5ab4aa0
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ namespace Reko
{
public static class AssemblyMetadata
{
public const string AssemblyVersion = "0.5.2.0";
public const string AssemblyFileVersion = "0.5.2.0";
public const string AssemblyVersion = "0.5.3.0";
public const string AssemblyFileVersion = "0.5.3.0";
public const string Product = "Reko decompiler";
public const string Copyright = "Copyright © 1999-2015 John Källén";
public const string Company = "John Källén Konsult AB";
Expand Down
3 changes: 1 addition & 2 deletions src/Gui/Windows/CodeViewerPane.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public void Close()
#endregion

/// <summary>
/// Displace the procedure <paramref name="proc"/> in the code window.
/// Display the procedure <paramref name="proc"/> in the code window.
/// </summary>
/// <param name="proc"></param>
public void DisplayProcedure(Procedure proc)
Expand Down Expand Up @@ -215,7 +215,6 @@ private void ProcedureDeclaration_TextChanged(object sender, EventArgs e)

private void ProcedureDeclaration_LostFocus(object sender, EventArgs e)
{

}

private void Procedure_NameChanged(object sender, EventArgs e)
Expand Down
4 changes: 2 additions & 2 deletions src/WixInstaller/Properties.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<Include>
<!-- Every time you change the RekoVersion, you must also update
the RekoProductCode -->
<?define RekoVersion="0.5.2.0"?>
<?define RekoProductCode="DD75D1C9-C812-4C0E-B89E-1FFB8992FB96"?>
<?define RekoVersion="0.5.3.0"?>
<?define RekoProductCode="510BE8A7-C8A6-42C8-9982-CB868E1AA679"?>
</Include>
2 changes: 1 addition & 1 deletion src/WixInstaller/WixInstaller-2012.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProductVersion>3.7</ProductVersion>
<ProjectGuid>00575bb6-c683-4a83-89d6-ee445ef463a3</ProjectGuid>
<SchemaVersion>2.0</SchemaVersion>
<OutputName>reko-0.5.2.0</OutputName>
<OutputName>reko-0.5.3.0</OutputName>
<OutputType>Package</OutputType>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
Expand Down
2 changes: 1 addition & 1 deletion src/WixInstaller/WixInstaller.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProductVersion>3.7</ProductVersion>
<ProjectGuid>b1916638-ef20-4692-8c95-1c5ad6c67d30</ProjectGuid>
<SchemaVersion>2.0</SchemaVersion>
<OutputName>reko-0.5.2.0</OutputName>
<OutputName>reko-0.5.3.0</OutputName>
<OutputType>Package</OutputType>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
Expand Down
4 changes: 2 additions & 2 deletions src/tools/c2xml/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("1ffcf01e-bb5e-4480-99e9-d242c654cada")]

[assembly: AssemblyVersion("0.5.2.0")]
[assembly: AssemblyFileVersion("0.5.2.0")]
[assembly: AssemblyVersion(Reko.AssemblyMetadata.AssemblyVersion)]
[assembly: AssemblyFileVersion(Reko.AssemblyMetadata.AssemblyFileVersion)]
4 changes: 2 additions & 2 deletions src/tools/xslt/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("0.5.2.0")]
[assembly: AssemblyFileVersion("0.5.2.0")]
[assembly: AssemblyVersion("0.5.3.0")]
[assembly: AssemblyFileVersion("0.5.3.0")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]

0 comments on commit 5ab4aa0

Please sign in to comment.