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-14 22:33:59 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-14 22:33:59 +0400
commit1c98a14e9431d2dd6018b0a54854dcddd417d8f2 (patch)
tree24f61420453bc65bb0ec9ab2e2fa017132e8ff6b /configure.in
parentbe0f108da030ad13659e583b81b9216551533c93 (diff)
Fix compilation issue, bump version to 0.3
svn path=/trunk/mono/; revision=130
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 e84609ef30b..bf3144bd440 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT(README)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(mono, 0.2)
+AM_INIT_AUTOMAKE(mono, 0.3)
AM_MAINTAINER_MODE
AC_PROG_CC