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:
-rw-r--r--extras/BooBinding/ChangeLog4
-rwxr-xr-xextras/BooBinding/configure4
-rw-r--r--extras/JavaBinding/ChangeLog4
-rwxr-xr-xextras/JavaBinding/configure4
-rw-r--r--extras/MonoDevelop.Database/ChangeLog4
-rw-r--r--extras/MonoDevelop.Database/configure.in6
6 files changed, 19 insertions, 7 deletions
diff --git a/extras/BooBinding/ChangeLog b/extras/BooBinding/ChangeLog
index f4af18a750..ce5de2819a 100644
--- a/extras/BooBinding/ChangeLog
+++ b/extras/BooBinding/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-17 Lluis Sanchez Gual <lluis@novell.com>
+
+ * configure: Updated add-in versions.
+
2007-12-13 Lluis Sanchez Gual <lluis@novell.com>
* BooBinding.make, BooBinding.mdp: Synch the makefile with the mdp.
diff --git a/extras/BooBinding/configure b/extras/BooBinding/configure
index e56be1ff20..8c5a115611 100755
--- a/extras/BooBinding/configure
+++ b/extras/BooBinding/configure
@@ -1,10 +1,10 @@
#!/bin/bash
-VERSION=0.1
+VERSION=0.18
PACKAGE=monodevelop-boo
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
-required_packages=" gtk-sharp-2.0;2.8.3 monodevelop;0.17 mono-addins;0.3 glib-sharp-2.0;2.8.3"
+required_packages=" gtk-sharp-2.0;2.8.3 monodevelop;0.18 mono-addins;0.3 glib-sharp-2.0;2.8.3"
usage ()
{
diff --git a/extras/JavaBinding/ChangeLog b/extras/JavaBinding/ChangeLog
index b20ea88c02..41cf259a5b 100644
--- a/extras/JavaBinding/ChangeLog
+++ b/extras/JavaBinding/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-17 Lluis Sanchez Gual <lluis@novell.com>
+
+ * configure: Updated add-in versions.
+
2007-12-14 Lluis Sanchez Gual <lluis@novell.com>
* JavaBinding.mdp: Updated project file. The order of extended properties
diff --git a/extras/JavaBinding/configure b/extras/JavaBinding/configure
index ab3ca68a51..3a994ef24c 100755
--- a/extras/JavaBinding/configure
+++ b/extras/JavaBinding/configure
@@ -1,10 +1,10 @@
#!/bin/bash
-VERSION=0.1
+VERSION=0.18
PACKAGE=monodevelop-java
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
-required_packages="mono-addins;0.3 gtk-sharp-2.0;2.8.3 glade-sharp-2.0;2.8.3 gnome-sharp-2.0;2.8.3 monodevelop;0.17"
+required_packages="mono-addins;0.3 gtk-sharp-2.0;2.8.3 glade-sharp-2.0;2.8.3 gnome-sharp-2.0;2.8.3 monodevelop;0.18"
usage ()
{
diff --git a/extras/MonoDevelop.Database/ChangeLog b/extras/MonoDevelop.Database/ChangeLog
index ff2050e20c..a68252d48d 100644
--- a/extras/MonoDevelop.Database/ChangeLog
+++ b/extras/MonoDevelop.Database/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-17 Lluis Sanchez Gual <lluis@novell.com>
+
+ * configure.in: Updated add-in versions.
+
2007-12-04 Lluis Sanchez Gual <lluis@novell.com>
* AUTHORS, configure.in, ChangeLog,
diff --git a/extras/MonoDevelop.Database/configure.in b/extras/MonoDevelop.Database/configure.in
index 75222701c3..8f85b18c40 100644
--- a/extras/MonoDevelop.Database/configure.in
+++ b/extras/MonoDevelop.Database/configure.in
@@ -1,9 +1,9 @@
-AC_INIT([monodevelop-database], 0.17, [monodevelop-list@lists.ximian.com])
+AC_INIT([monodevelop-database], 0.18, [monodevelop-list@lists.ximian.com])
AC_PREREQ(2.53)
AM_INIT_AUTOMAKE([1.9 tar-ustar])
AM_MAINTAINER_MODE
-ASSEMBLY_VERSION=0.17.0.0
+ASSEMBLY_VERSION=0.18.0.0
AC_PATH_PROG(MONO, mono)
AC_PATH_PROG(MCS, gmcs)
@@ -42,7 +42,7 @@ fi
dnl hard dependencies
MONOADDINS_REQUIRED_VERSION=0.3
-MONODEVELOP_REQUIRED_VERSION=0.17
+MONODEVELOP_REQUIRED_VERSION=0.18
GTKSHARP_REQUIRED_VERSION=2.8.0
GTKSOURCEVIEWSHARP_REQUIRED_VERSION=0.10
GTKSOURCEVIEW2SHARP_REQUIRED_VERSION=2.0