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>2001-07-16 06:06:13 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-16 06:06:13 +0400
commita5a212f6421e9c74a7ec0ae926cc20e6de6711c0 (patch)
tree12bdb70673ef12c378023b19c799fb3c5f8a382e /configure.in
parent5d709bcdb54aa2e262f748c3189716a82e183b71 (diff)
0.4
svn path=/trunk/mono/; revision=174
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 8c600bb3e53..fcfe6492389 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT(README)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(mono, 0.3)
+AM_INIT_AUTOMAKE(mono, 0.4)
AM_MAINTAINER_MODE
AC_PROG_CC
@@ -33,5 +33,5 @@ mono/metadata/Makefile
mono/dis/Makefile
mono/cil/Makefile
mono/interpreter/Makefile
-mono/doc/Makefile
+doc/Makefile
])