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>2010-01-15 05:26:47 +0300
committerLluis Sanchez <lluis@novell.com>2010-01-15 05:26:47 +0300
commit7f57f07a445432d5d99caf11d260fdc7cfaf5dc2 (patch)
treec13464211c9d50f3718760c35a32a4efcdbc7739
parentfd2b1ff216f1bfe5353cf8cbda3f730fed07611f (diff)
svn path=/branches/monodevelop/extras/MonoDevelop.Debugger.Mdb/2.2/; revision=149595
-rwxr-xr-xextras/MonoDevelop.Debugger.Mdb/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/MonoDevelop.Debugger.Mdb/configure b/extras/MonoDevelop.Debugger.Mdb/configure
index 020b7d8176..c1e12550b9 100755
--- a/extras/MonoDevelop.Debugger.Mdb/configure
+++ b/extras/MonoDevelop.Debugger.Mdb/configure
@@ -1,10 +1,10 @@
#!/bin/bash
-VERSION=2.2
+VERSION=2.2.1
PACKAGE=monodevelop-debugger-mdb
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
-common_packages=" mono-addins;0.3 mono-debugger;2.0 monodevelop;2.2 monodevelop-core-addins;2.2"
+common_packages=" mono-addins;0.3 mono-debugger;2.0 monodevelop;2.2.1 monodevelop-core-addins;2.2.1"
usage ()