diff options
author | Elijah Newren <newren@gmail.com> | 2005-09-05 23:28:16 +0000 |
---|---|---|
committer | Elijah Newren <newren@src.gnome.org> | 2005-09-05 23:28:16 +0000 |
commit | 422ee616088a83f73e91f36601a8d00b568295f7 (patch) | |
tree | ca0e3de618f1b007d96fd8ce6436856e58b38608 /configure.in | |
parent | 06df0d64adba6e9d09a93e8475d5bed4db4d3217 (diff) | |
download | metacity-422ee616088a83f73e91f36601a8d00b568295f7.tar.gz |
2.12.0 releaseMETACITY_2_12_0
2005-09-05 Elijah Newren <newren@gmail.com>
* configure.in:
* README:
* NEWS:
2.12.0 release
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 7168e195..fe7b157e 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.11.5], +AC_INIT([metacity], [2.12.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.10.x for stable (gnome-2-10 branch in CVS)" |