Skip to content

Commit

Permalink
Updated version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jr committed Feb 28, 2016
1 parent ce5cbd4 commit 3b5ec54
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ build/
[Oo]bj/
_tmp/

.fake/

# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
!packages/*/build/

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Mpir.NET
Mpir.NET lets you use the MPIR library, which is a GMP fork for Windows,
from .NET languages.

The current version incorporates 32- and 64-bit builds of MPIR 2.7.0.
The current version incorporates 32- and 64-bit builds of MPIR 2.7.2.


<a href="http://wezeku.github.io/Mpir.NET" target="_blank">See the documentation for more information.</a>
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@

#### 0.3.2 - November 2015
* Upgraded to MPIR 2.7.1.

#### 0.3.3 - February 2016
* Fixed handling of '#' in file paths
* Upgraded to MPIR 2.7.2
2 changes: 1 addition & 1 deletion docs/content/index.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Mpir.NET
Mpir.NET lets you use the [MPIR library](http://mpir.org), which is a GMP fork for Windows,
from .NET languages.
The current version incorporates 32- and 64-bit builds of MPIR 2.7.1.
The current version incorporates 32- and 64-bit builds of MPIR 2.7.2.
<div class="row">
<div class="span1"></div>
Expand Down
6 changes: 3 additions & 3 deletions src/Mpir.NET/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
[assembly: AssemblyProductAttribute("Mpir.NET")]
[assembly: AssemblyCopyrightAttribute("wezeku.com")]
[assembly: AssemblyDescriptionAttribute("MPIR library wrapper for .NET.")]
[assembly: AssemblyVersionAttribute("0.3.2")]
[assembly: AssemblyFileVersionAttribute("0.3.2")]
[assembly: AssemblyVersionAttribute("0.3.3")]
[assembly: AssemblyFileVersionAttribute("0.3.3")]
[assembly: ComVisibleAttribute(false)]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.3.2";
internal const string Version = "0.3.3";
}
}

0 comments on commit 3b5ec54

Please sign in to comment.