From 0fb27b97a09cca21a308e73fb38b1e9366e4edfd Mon Sep 17 00:00:00 2001 From: hansdude Date: Wed, 16 Apr 2014 11:23:38 -0600 Subject: [PATCH] Set the version to 1.3 since we're releasing. --- VersionInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VersionInfo.cs b/VersionInfo.cs index 6b6d1224..35d938ef 100644 --- a/VersionInfo.cs +++ b/VersionInfo.cs @@ -10,5 +10,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] +[assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyFileVersion("1.3.0.0")]