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
path: root/extras
diff options
context:
space:
mode:
Diffstat (limited to 'extras')
-rw-r--r--extras/MonoDevelop.Database/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/MonoDevelop.Database/configure.in b/extras/MonoDevelop.Database/configure.in
index c06c0fc278..0e46dd8371 100644
--- a/extras/MonoDevelop.Database/configure.in
+++ b/extras/MonoDevelop.Database/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([monodevelop-database], 4.2.3, [monodevelop-list@lists.ximian.com])
+AC_INIT([monodevelop-database], m4_esyscmd_s([grep ^Version ../../main/version.txt|cut -d '=' -f 2|tr -d '\n']), [monodevelop-list@lists.ximian.com])
AC_PREREQ(2.53)
AM_INIT_AUTOMAKE([1.9 tar-ustar])
AM_MAINTAINER_MODE