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:
authorWade Berrier <wade@mono-cvs.ximian.com>2006-12-06 20:59:11 +0300
committerWade Berrier <wade@mono-cvs.ximian.com>2006-12-06 20:59:11 +0300
commit434ed78f2343b3c7a2ceb2431bf6e6f3fda96b9d (patch)
tree59c41b360df83f7a180bb489a86b2f25189a2d6c
parent9d4c25576ed36a2fc7e3ddd097a57107de1c8685 (diff)
version bump: 1.2.2.1mono-1-2-2-1
svn path=/branches/mono-1-2-2/mono/; revision=69124
-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