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-03-05 03:29:59 +0300
committerLluis Sanchez <lluis@novell.com>2009-03-05 03:29:59 +0300
commit2172c7c72a52d9e885fa1a7a35c1d4aa7d533793 (patch)
tree52c65474d02a7d9e9b3e41388ff5bbda4f388ef8 /extras/MonoDevelop.Debugger.Gdb/configure
parent49cc846960cd02b6c41918d5bcdc73ceca792da6 (diff)
* AssemblyInfo.cs: * Manifest.addin.xml: Bump MD version. svn path=/branches/monodevelop/extras/MonoDevelop.Debugger.Gdb/2.0/; revision=128656
Diffstat (limited to 'extras/MonoDevelop.Debugger.Gdb/configure')
-rwxr-xr-xextras/MonoDevelop.Debugger.Gdb/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/MonoDevelop.Debugger.Gdb/configure b/extras/MonoDevelop.Debugger.Gdb/configure
index 981b37d947..a8d72e368c 100755
--- a/extras/MonoDevelop.Debugger.Gdb/configure
+++ b/extras/MonoDevelop.Debugger.Gdb/configure
@@ -1,10 +1,10 @@
#!/bin/bash
-VERSION=1.9.2
+VERSION=1.9.3
PACKAGE=monodevelop-debugger-gdb
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
-common_packages=" monodevelop;1.9.2"
+common_packages=" monodevelop;1.9.3"
usage ()