Update to reflect that we're now targetting 2.15 development.

2006-03-13  Elijah Newren  <newren gmail com>

        * README:
	* configure.in:
	Update to reflect that we're now targetting 2.15 development.
This commit is contained in:
Elijah Newren 2006-03-13 23:11:33 +00:00 committed by Elijah Newren
parent 6ef997d3ad
commit 0b5f11ae5a
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2006-03-13 Elijah Newren <newren gmail com>
* README:
* configure.in:
Update to reflect that we're now targetting 2.15 development.
2006-03-12 Thomas Thurman <thomas@thurman.org.uk> 2006-03-12 Thomas Thurman <thomas@thurman.org.uk>
* src/window-props.c (set_title_text): Mark a particular * src/window-props.c (set_title_text): Mark a particular

4
README
View File

@ -7,9 +7,9 @@ The first release of Metacity was version 2.3. Metacity has no need for
your petty hangups about version numbers. 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, 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 COMPILING METACITY
=== ===

View File

@ -2,7 +2,7 @@ AC_PREREQ(2.50)
# Fibonacci sequence for micro version numbering: # Fibonacci sequence for micro version numbering:
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987 # 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]) [http://bugzilla.gnome.org/enter_bug.cgi?product=metacity])
AC_CONFIG_SRCDIR(src/display.c) AC_CONFIG_SRCDIR(src/display.c)
@ -521,4 +521,4 @@ metacity-$VERSION:
Xcursor: ${have_xcursor} Xcursor: ${have_xcursor}
" "
echo "This is the UNSTABLE branch of metacity" 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)"