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:
Diffstat (limited to 'Core/src/MonoDevelop.Documentation')
-rw-r--r--Core/src/MonoDevelop.Documentation/ChangeLog4
-rw-r--r--Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/Core/src/MonoDevelop.Documentation/ChangeLog b/Core/src/MonoDevelop.Documentation/ChangeLog
index 3586d11a22..4a259e241d 100644
--- a/Core/src/MonoDevelop.Documentation/ChangeLog
+++ b/Core/src/MonoDevelop.Documentation/ChangeLog
@@ -1,3 +1,7 @@
+2007-02-24 Lluis Sanchez Gual <lluis@novell.com>
+
+ * MonoDevelop.Documentation.addin.xml: Fix compatible version number.
+
2007-02-16 Lluis Sanchez Gual <lluis@novell.com>
* MonoDevelop.Documentation.addin.xml: Change add-in versions to 0.13.
diff --git a/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml b/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml
index d65ea04192..848aaee257 100644
--- a/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml
+++ b/Core/src/MonoDevelop.Documentation/MonoDevelop.Documentation.addin.xml
@@ -6,7 +6,7 @@
description = "Integrates the Mono documentation browser (Monodoc) into the MonoDevelop IDE"
category = "IDE extensions"
version = "0.13.0"
- compatVersion = "0.10.0">
+ compatVersion = "0.13.0">
<Runtime>
<Import assembly="MonoDevelop.Documentation.dll"/>