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:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d1038aff29..77f3f04c1ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-06 Wade Berrier <wberrier@novell.com>
+
+ * configure.in: version bump to 1.2.2.1
+
2006-11-28 Marek Habersack <grendello@gmail.com>
* data/net_2_0/web.config: Added the imported namespaces statement
diff --git a/configure.in b/configure.in
index d6a8db01013..cbb25e36511 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@ AC_CANONICAL_SYSTEM
m4_ifdef([_A][M_PROG_TAR],[_A][M_SET_OPTION([tar-ustar])])
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(mono,1.2.2)
+AM_INIT_AUTOMAKE(mono,1.2.2.1)
AM_MAINTAINER_MODE
AC_PROG_LN_S