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:
authorMartin Baulig <martin@novell.com>2003-01-22 15:02:54 +0300
committerMartin Baulig <martin@novell.com>2003-01-22 15:02:54 +0300
commit34a6a36d407d806e918dbc857f53d1f310516d83 (patch)
tree7f5bae92c7ee7197b5ce8563401cff6c2f90233a /configure.in
parent60a8df88d76095a1c0c37c01f69d26665c4c9d1b (diff)
2003-01-22 Martin Baulig <martin@ximian.com>
* configure.in: Set version number to 0.19.1. Heads up: I'm going to commit some changes to the debugger which'll require you to use this new runtime, so if you update the debugger from CVS, you also need this new runtime. svn path=/trunk/mono/; revision=10803
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 4609bf7b77e..9ff4609797e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_INIT(README)
AC_CANONICAL_SYSTEM
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(mono, 0.19)
+AM_INIT_AUTOMAKE(mono, 0.19.1)
AM_MAINTAINER_MODE
#