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@xamarin.com>2014-02-07 01:41:56 +0400
committerLluis Sanchez <lluis@xamarin.com>2014-02-07 01:41:56 +0400
commitb359a5ece88ebf4a82d01a0e2605bd2c0034ca0a (patch)
tree9717693f0a15b5cc611becb4e4e868d961b4ad5e /extras/MonoDevelop.Database
parent03558eed3eb65ecc8022bf69206a1166c16f6579 (diff)
Track version config file name change
Diffstat (limited to 'extras/MonoDevelop.Database')
-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 740c09765e..094f1247cc 100644
--- a/extras/MonoDevelop.Database/configure.in
+++ b/extras/MonoDevelop.Database/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([monodevelop-database], m4_esyscmd_s([grep ^Version ../../version.txt|cut -d '=' -f 2|tr -d '\n']), [monodevelop-list@lists.ximian.com])
+AC_INIT([monodevelop-database], m4_esyscmd_s([grep ^Version ../../version.config|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