Skip to content

Commit

Permalink
Version bump (0.15.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Rombauts committed Apr 11, 2014
1 parent 968e550 commit 867d872
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<!-- set the major and minor version number here -->
<property name="version.major" value="0" />
<property name="version.minor" value="14" />
<property name="version.minor" value="15" />
<property name="version.revision" value="0" />

<!-- set build number from continuous integration tool -->
Expand Down
4 changes: 2 additions & 2 deletions src/Pickles/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// COM, set the ComVisible attribute to true on that type.

[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.14.0.0")]
[assembly: AssemblyFileVersion("0.14.0.0")]
[assembly: AssemblyVersion("0.15.0.0")]
[assembly: AssemblyFileVersion("0.15.0.0")]

0 comments on commit 867d872

Please sign in to comment.