Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Rombauts committed Nov 29, 2013
1 parent 6036adf commit 7e961b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Release.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version = "0.12.1"
$version = "0.13.0"

git pull origin master

Expand Down
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="12" />
<property name="version.revision" value="1" />
<property name="version.minor" value="13" />
<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.12.1.0")]
[assembly: AssemblyFileVersion("0.12.1.0")]
[assembly: AssemblyVersion("0.13.0.0")]
[assembly: AssemblyFileVersion("0.13.0.0")]

0 comments on commit 7e961b8

Please sign in to comment.