diff options
author | Elijah Newren <newren@gmail.com> | 2005-10-03 19:53:55 +0000 |
---|---|---|
committer | Elijah Newren <newren@src.gnome.org> | 2005-10-03 19:53:55 +0000 |
commit | 1a8c2aa027da40cca627d937ddda55256b9cddc8 (patch) | |
tree | 44cb8a096630691b47c43c8f7415d21077d3a8c0 | |
parent | 26dbf9856b19c7a1bb037a009022f208180e3dde (diff) | |
download | metacity-1a8c2aa027da40cca627d937ddda55256b9cddc8.tar.gz metacity-1a8c2aa027da40cca627d937ddda55256b9cddc8.tar.bz2 |
Branched for Gnome 2.13. :-)
2005-10-03 Elijah Newren <newren@gmail.com>
Branched for Gnome 2.13. :-)
* configure.in: bump version to 2.13.0. Add UNSTABLE warning.
* README: add 2.13.x to the list of unstable branches
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.in | 6 |
3 files changed, 11 insertions, 4 deletions
@@ -1,5 +1,12 @@ 2005-10-03 Elijah Newren <newren@gmail.com> + Branched for Gnome 2.13. :-) + + * configure.in: bump version to 2.13.0. Add UNSTABLE warning. + * README: add 2.13.x to the list of unstable branches + +2005-10-03 Elijah Newren <newren@gmail.com> + A combination of a couple memory leaks fixes, from Kjartan, Soeren, and I. Fixes #313030. @@ -9,7 +9,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, 2.12.x. -Unstable branches are 2.3.x, 2.5.x, 2.8.2-4, 2.9.x, 2.11.x +Unstable branches are 2.3.x, 2.5.x, 2.8.2-4, 2.9.x, 2.11.x, 2.13.x COMPILING METACITY === diff --git a/configure.in b/configure.in index ead9a1a..afe6b24 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.12.2], +AC_INIT([metacity], [2.13.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=metacity]) AC_CONFIG_SRCDIR(src/display.c) @@ -517,5 +517,5 @@ metacity-$VERSION: Render: ${have_xrender} Xcursor: ${have_xcursor} " -#echo "This is the UNSTABLE branch of metacity" -#echo "Use 2.10.x for stable (gnome-2-10 branch in CVS)" +echo "This is the UNSTABLE branch of metacity" +echo "Use 2.12.x for stable (gnome-2-12 branch in CVS)" |