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 <lluis@novell.com>2009-10-07 15:10:02 +0400
committerLluis Sanchez <lluis@novell.com>2009-10-07 15:10:02 +0400
commit41db647d995daff4a0fc5b13aaf7f0176d0423e6 (patch)
treee3bdd6d4ba8c5fa3009b766ee90e69e6d2e1fca3 /main/contrib
parentc53408e94c88c940ea6aca301343149fc92ba6e5 (diff)
Bump MD version.
svn path=/trunk/monodevelop/; revision=143615
Diffstat (limited to 'main/contrib')
-rw-r--r--main/contrib/NRefactory/Project/ChangeLog4
-rw-r--r--main/contrib/NRefactory/Project/Configuration/AssemblyInfo.cs4
2 files changed, 6 insertions, 2 deletions
diff --git a/main/contrib/NRefactory/Project/ChangeLog b/main/contrib/NRefactory/Project/ChangeLog
index ce38411a06..614378b8bf 100644
--- a/main/contrib/NRefactory/Project/ChangeLog
+++ b/main/contrib/NRefactory/Project/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-07 Lluis Sanchez Gual <lluis@novell.com>
+
+ * Configuration/AssemblyInfo.cs: Bump MD version.
+
2009-10-05 Mike Krüger <mkrueger@novell.com>
* Src/Ast/Enums.cs:
diff --git a/main/contrib/NRefactory/Project/Configuration/AssemblyInfo.cs b/main/contrib/NRefactory/Project/Configuration/AssemblyInfo.cs
index 8831d27c3e..e74f26f01a 100644
--- a/main/contrib/NRefactory/Project/Configuration/AssemblyInfo.cs
+++ b/main/contrib/NRefactory/Project/Configuration/AssemblyInfo.cs
@@ -1,4 +1,4 @@
-// <file>
+// <file>
// <copyright see="prj:///doc/copyright.txt"/>
// <license see="prj:///doc/license.txt"/>
// <owner name="none" email=""/>
@@ -24,5 +24,5 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-[assembly: AssemblyVersion ("2.1.0")]
+[assembly: AssemblyVersion ("2.1.1")]
[assembly: AssemblyCopyright ("LGPL")]