Stuff I forgot to do when I branched an hour or so ago before Matthias'

2005-07-11  Elijah Newren  <newren@gmail.com>

        Stuff I forgot to do when I branched an hour or so ago before
        Matthias' commit...

        * configure.in: bump version to 2.11.0.  Add UNSTABLE warning.
        * README: add 2.11.x to the list of unstable branches
This commit is contained in:
Elijah Newren 2005-07-11 13:31:53 +00:00 committed by Elijah Newren
parent 8ce054b21b
commit 786af7ea61
3 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,11 @@
2005-07-11 Elijah Newren <newren@gmail.com>
Stuff I forgot to do when I branched an hour or so ago before
Matthias' commit...
* configure.in: bump version to 2.11.0. Add UNSTABLE warning.
* README: add 2.11.x to the list of unstable branches
2005-07-11 Matthias Clasen <mclasen@redhat.com>
React to cursor theme changes: (#308106)

2
README
View File

@ -8,7 +8,7 @@ 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
Unstable branches are 2.3.x, 2.5.x, 2.8.2-4, 2.9.x
Unstable branches are 2.3.x, 2.5.x, 2.8.2-4, 2.9.x, 2.11.x
COMPILING METACITY
===

View File

@ -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.10.3],
AC_INIT([metacity], [2.11.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=metacity])
AC_CONFIG_SRCDIR(src/display.c)
@ -499,5 +499,5 @@ metacity-$VERSION:
Xsync: ${found_xsync}
Render: ${have_xrender}
"
#echo "This is the UNSTABLE branch of metacity"
#echo "Use 2.8.x (where x > 5) for stable (gnome-2-8 branch in CVS)"
echo "This is the UNSTABLE branch of metacity"
echo "Use 2.10.x for stable (gnome-2-10 branch in CVS)"