Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez Gual <lluis@novell.com>2011-01-13 20:26:56 +0300
committerLluis Sanchez Gual <lluis@novell.com>2011-01-13 20:26:56 +0300
commit7805f057807fc7319b8067982b4ff80e4ceb53fc (patch)
tree178d3f3ebe0e4943500a23ffcca6106c675a1b21 /main/src/addins/Deployment
parentdda992c2d774bace6ce184dd0b3328db04f1f01c (diff)
More MD version bumping.
Diffstat (limited to 'main/src/addins/Deployment')
-rw-r--r--main/src/addins/Deployment/MonoDevelop.Deployment.Linux/AssemblyInfo.cs2
-rw-r--r--main/src/addins/Deployment/MonoDevelop.Deployment/AssemblyInfo.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/src/addins/Deployment/MonoDevelop.Deployment.Linux/AssemblyInfo.cs b/main/src/addins/Deployment/MonoDevelop.Deployment.Linux/AssemblyInfo.cs
index dd635788bf..7f9041d8b0 100644
--- a/main/src/addins/Deployment/MonoDevelop.Deployment.Linux/AssemblyInfo.cs
+++ b/main/src/addins/Deployment/MonoDevelop.Deployment.Linux/AssemblyInfo.cs
@@ -5,5 +5,5 @@ using System.Reflection;
[assembly: AssemblyProduct ("MonoDevelop")]
[assembly: AssemblyTitle ("Deployment Services for Linux")]
[assembly: AssemblyDescription ("Provides basic deployment services for Linux")]
-[assembly: AssemblyVersion ("2.4")]
+[assembly: AssemblyVersion ("2.6")]
[assembly: AssemblyCopyright ("MIT X11")]
diff --git a/main/src/addins/Deployment/MonoDevelop.Deployment/AssemblyInfo.cs b/main/src/addins/Deployment/MonoDevelop.Deployment/AssemblyInfo.cs
index c5bed46523..feb21e5a62 100644
--- a/main/src/addins/Deployment/MonoDevelop.Deployment/AssemblyInfo.cs
+++ b/main/src/addins/Deployment/MonoDevelop.Deployment/AssemblyInfo.cs
@@ -5,5 +5,5 @@ using System.Reflection;
[assembly: AssemblyProduct ("MonoDevelop")]
[assembly: AssemblyTitle ("Deployment Services Core")]
[assembly: AssemblyDescription ("Provides basic deployment services")]
-[assembly: AssemblyVersion ("2.4")]
+[assembly: AssemblyVersion ("2.6")]
[assembly: AssemblyCopyright ("MIT X11")]