Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-03-27 04:38:20 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-03-27 04:38:20 +0300
commit5c12547e7e62b20066f326b0195bc80576cd4972 (patch)
tree9ba75db5b3bff6de5532a00195bb92869c539fbe
parent77113b64a08f60bbc32a3ede5196fd6634fb09e7 (diff)
revert to 10
svn path=/trunk/mono/; revision=3382
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d40e3777c22..64c21952769 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@
AC_INIT(README)
AC_CANONICAL_SYSTEM
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(mono, 0.11)
+AM_INIT_AUTOMAKE(mono, 0.10)
AM_MAINTAINER_MODE
AC_CHECK_TOOL(CC, gcc, gcc)