From 49f49cabdfa4487788b3e8ff76ebda3496ae7d53 Mon Sep 17 00:00:00 2001 From: Dirk Rombauts Date: Wed, 14 May 2014 13:09:10 +0200 Subject: [PATCH] Fix build script and bump version --- project.build | 4 ++-- src/Pickles/VersionInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project.build b/project.build index 71f2e5da5..030bab165 100644 --- a/project.build +++ b/project.build @@ -4,7 +4,7 @@ - + @@ -30,7 +30,7 @@ - + diff --git a/src/Pickles/VersionInfo.cs b/src/Pickles/VersionInfo.cs index 3ab6a0f30..8b9556b48 100644 --- a/src/Pickles/VersionInfo.cs +++ b/src/Pickles/VersionInfo.cs @@ -29,5 +29,5 @@ // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] -[assembly: AssemblyVersion("0.15.0.0")] -[assembly: AssemblyFileVersion("0.15.0.0")] +[assembly: AssemblyVersion("0.16.0.0")] +[assembly: AssemblyFileVersion("0.16.0.0")]