From 93be3e4b66ef9040bc013231fb86252e93822f6b Mon Sep 17 00:00:00 2001 From: Michael Isard Date: Mon, 21 Apr 2014 08:21:32 -0700 Subject: [PATCH] bump version --- ClusterInterface/Properties/AssemblyInfo.cs | 4 ++-- DryadLinqGraphManager/Properties/AssemblyInfo.cs | 4 ++-- DryadLinqTests/Properties/AssemblyInfo.cs | 4 ++-- .../system/managedchannel/Properties/AssemblyInfo.cs | 4 ++-- LinqToDryad/Properties/AssemblyInfo.cs | 4 ++-- LocalScheduler/Properties/AssemblyInfo.cs | 4 ++-- Microsoft.Research.Dryad.nuspec | 2 +- ProcessService/Properties/AssemblyInfo.cs | 4 ++-- samples/Microsoft.Research.DryadLinq.Samples.nuspec | 4 ++-- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/ClusterInterface/Properties/AssemblyInfo.cs b/ClusterInterface/Properties/AssemblyInfo.cs index ace9a43..eee1bb5 100644 --- a/ClusterInterface/Properties/AssemblyInfo.cs +++ b/ClusterInterface/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Runtime.InteropServices; // 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("0.1.2.0")] -[assembly: AssemblyFileVersion("0.1.2.0")] +[assembly: AssemblyVersion("0.1.3.0")] +[assembly: AssemblyFileVersion("0.1.3.0")] diff --git a/DryadLinqGraphManager/Properties/AssemblyInfo.cs b/DryadLinqGraphManager/Properties/AssemblyInfo.cs index bc4e5c4..9acb61f 100644 --- a/DryadLinqGraphManager/Properties/AssemblyInfo.cs +++ b/DryadLinqGraphManager/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Runtime.InteropServices; // 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("0.1.2.0")] -[assembly: AssemblyFileVersion("0.1.2.0")] +[assembly: AssemblyVersion("0.1.3.0")] +[assembly: AssemblyFileVersion("0.1.3.0")] diff --git a/DryadLinqTests/Properties/AssemblyInfo.cs b/DryadLinqTests/Properties/AssemblyInfo.cs index db85f70..6a3d7cd 100644 --- a/DryadLinqTests/Properties/AssemblyInfo.cs +++ b/DryadLinqTests/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Runtime.InteropServices; // 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("0.1.2.0")] -[assembly: AssemblyFileVersion("0.1.2.0")] +[assembly: AssemblyVersion("0.1.3.0")] +[assembly: AssemblyFileVersion("0.1.3.0")] diff --git a/DryadVertex/VertexHost/system/managedchannel/Properties/AssemblyInfo.cs b/DryadVertex/VertexHost/system/managedchannel/Properties/AssemblyInfo.cs index bb0b4db..6545059 100644 --- a/DryadVertex/VertexHost/system/managedchannel/Properties/AssemblyInfo.cs +++ b/DryadVertex/VertexHost/system/managedchannel/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Runtime.InteropServices; // 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("0.1.2.0")] -[assembly: AssemblyFileVersion("0.1.2.0")] +[assembly: AssemblyVersion("0.1.3.0")] +[assembly: AssemblyFileVersion("0.1.3.0")] diff --git a/LinqToDryad/Properties/AssemblyInfo.cs b/LinqToDryad/Properties/AssemblyInfo.cs index 5740619..6579a26 100644 --- a/LinqToDryad/Properties/AssemblyInfo.cs +++ b/LinqToDryad/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("0.1.1.0")] -[assembly: AssemblyFileVersion("0.1.1.0")] +[assembly: AssemblyVersion("0.1.3.0")] +[assembly: AssemblyFileVersion("0.1.3.0")] diff --git a/LocalScheduler/Properties/AssemblyInfo.cs b/LocalScheduler/Properties/AssemblyInfo.cs index e9c31ed..ef5ab9b 100644 --- a/LocalScheduler/Properties/AssemblyInfo.cs +++ b/LocalScheduler/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Runtime.InteropServices; // 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("0.1.2.0")] -[assembly: AssemblyFileVersion("0.1.2.0")] +[assembly: AssemblyVersion("0.1.3.0")] +[assembly: AssemblyFileVersion("0.1.3.0")] diff --git a/Microsoft.Research.Dryad.nuspec b/Microsoft.Research.Dryad.nuspec index 23d3ad1..6252a41 100644 --- a/Microsoft.Research.Dryad.nuspec +++ b/Microsoft.Research.Dryad.nuspec @@ -2,7 +2,7 @@ Microsoft.Research.Dryad - 0.1.2-beta + 0.1.3-beta Dryad and DryadLINQ for YARN bigdatadev@microsoft.com bigdatadev@microsoft.com,Microsoft diff --git a/ProcessService/Properties/AssemblyInfo.cs b/ProcessService/Properties/AssemblyInfo.cs index b4fea88..2ee8a94 100644 --- a/ProcessService/Properties/AssemblyInfo.cs +++ b/ProcessService/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Runtime.InteropServices; // 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("0.1.2.0")] -[assembly: AssemblyFileVersion("0.1.2.0")] +[assembly: AssemblyVersion("0.1.3.0")] +[assembly: AssemblyFileVersion("0.1.3.0")] diff --git a/samples/Microsoft.Research.DryadLinq.Samples.nuspec b/samples/Microsoft.Research.DryadLinq.Samples.nuspec index 236f5f4..fdcc19d 100644 --- a/samples/Microsoft.Research.DryadLinq.Samples.nuspec +++ b/samples/Microsoft.Research.DryadLinq.Samples.nuspec @@ -2,7 +2,7 @@ Microsoft.Research.DryadLinq.Samples - 0.1.2-beta + 0.1.3-beta Sample DryadLINQ Programs bigdatadev@microsoft.com bigdatadev@microsoft.com,Microsoft @@ -14,7 +14,7 @@ en-US - +