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-02-22 20:22:17 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-02-22 20:22:17 +0300
commitde557643115b2fdd078aee4845c5d65825d65c46 (patch)
tree1705aaf04db181b016c875fe6c41ef3f6ed95121 /configure.in
parent88931ed52667d122e0cbfa24e5e45eec2caa9a34 (diff)
Prepare for 0.9
svn path=/trunk/mono/; revision=2597
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8214b5d81cb..fc3b835c87a 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.8)
+AM_INIT_AUTOMAKE(mono, 0.9)
AM_MAINTAINER_MODE
AC_CHECK_TOOL(CC, gcc, gcc)