summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--NEWS7
-rw-r--r--configure.in6
3 files changed, 19 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a5867d8..41721e71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
2006-03-13 Elijah Newren <newren gmail com>
* configure.in:
+ Remove the "This is the UNSTABLE branch" warning. *sigh* I wished
+ I would have remembered this before 2.14.0.
+
+ * NEWS:
+ 2.14.1 release
+
+2006-03-13 Elijah Newren <newren gmail com>
+
+ * configure.in:
* README:
* NEWS:
2.14.0 release
diff --git a/NEWS b/NEWS
index 3b75563f..3f1246e1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+2.14.1
+==
+
+The only change since 2.14.0 is to remove the "This is the UNSTABLE
+branch" warning from configure for those compiling Metacity from
+source.
+
2.14.0
==
diff --git a/configure.in b/configure.in
index 326054d6..bd339958 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_PREREQ(2.50)
# Fibonacci sequence for micro version numbering:
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
-AC_INIT([metacity], [2.14.0],
+AC_INIT([metacity], [2.14.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=metacity])
AC_CONFIG_SRCDIR(src/display.c)
@@ -520,5 +520,5 @@ metacity-$VERSION:
Render: ${have_xrender}
Xcursor: ${have_xcursor}
"
-echo "This is the UNSTABLE branch of metacity"
-echo "Use 2.12.x for stable (gnome-2-12 branch in CVS)"
+#echo "This is the UNSTABLE branch of metacity"
+#echo "Use 2.14.x for stable (gnome-2-14 branch in CVS)"