From bca1ab913b81de0052b6acd4d2c15d9e39ac527b Mon Sep 17 00:00:00 2001 From: Dirk Rombauts Date: Thu, 27 Mar 2014 15:13:15 +0100 Subject: [PATCH] Version bump: 0.14.0 --- project.build | 4 ++-- src/Pickles/VersionInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project.build b/project.build index 9a99e2114..8b55eba9e 100644 --- a/project.build +++ b/project.build @@ -4,8 +4,8 @@ - - + + diff --git a/src/Pickles/VersionInfo.cs b/src/Pickles/VersionInfo.cs index 8d83241e5..b67bcf21f 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.13.1.0")] -[assembly: AssemblyFileVersion("0.13.1.0")] +[assembly: AssemblyVersion("0.14.0.0")] +[assembly: AssemblyFileVersion("0.14.0.0")]