Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Rombauts committed Jun 4, 2014
1 parent 949537b commit 4dcb0cd
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 @@ -5,7 +5,7 @@
<!-- set the major and minor version number here -->
<property name="version.major" value="0" />
<property name="version.minor" value="17" />
<property name="version.revision" value="3" />
<property name="version.revision" value="4" />

<!-- 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.17.3.0")]
[assembly: AssemblyFileVersion("0.17.3.0")]
[assembly: AssemblyVersion("0.17.4.0")]
[assembly: AssemblyFileVersion("0.17.4.0")]

0 comments on commit 4dcb0cd

Please sign in to comment.