From 0b5f11ae5ac2c2bf21ad22f31e3ab82b959dee92 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Mon, 13 Mar 2006 23:11:33 +0000 Subject: [PATCH] Update to reflect that we're now targetting 2.15 development. 2006-03-13 Elijah Newren * README: * configure.in: Update to reflect that we're now targetting 2.15 development. --- ChangeLog | 6 ++++++ README | 4 ++-- configure.in | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 52f85ed8c..4f5455905 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-03-13 Elijah Newren + + * README: + * configure.in: + Update to reflect that we're now targetting 2.15 development. + 2006-03-12 Thomas Thurman * src/window-props.c (set_title_text): Mark a particular diff --git a/README b/README index 491425fe8..b093e4026 100644 --- a/README +++ b/README @@ -7,9 +7,9 @@ The first release of Metacity was version 2.3. Metacity has no need for your petty hangups about version numbers. The stable releases so far are 2.4.x, 2.6.x, 2.8.[01], 2.8.1.x, 2.8.5-, 2.10.x, -2.12.x. +2.12.x, 2.14.x. -Unstable branches are 2.3.x, 2.5.x, 2.8.2-4, 2.9.x, 2.11.x, 2.13.x +Unstable branches are 2.3.x, 2.5.x, 2.8.2-4, 2.9.x, 2.11.x, 2.13.x, 2.15.x COMPILING METACITY === diff --git a/configure.in b/configure.in index 23a09fc9e..4da122e45 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.13.144], +AC_INIT([metacity], [2.15.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=metacity]) AC_CONFIG_SRCDIR(src/display.c) @@ -521,4 +521,4 @@ metacity-$VERSION: 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 "Use 2.14.x for stable (gnome-2-14 branch in CVS)"