Skip to content

Commit

Permalink
Version bump: 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Rombauts committed Mar 27, 2014
1 parent e5ec1ca commit bca1ab9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions project.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

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

<!-- set build number from continuous integration tool -->
<if test="${environment::variable-exists('BUILD_NUMBER')}">
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.13.1.0")]
[assembly: AssemblyFileVersion("0.13.1.0")]
[assembly: AssemblyVersion("0.14.0.0")]
[assembly: AssemblyFileVersion("0.14.0.0")]

0 comments on commit bca1ab9

Please sign in to comment.