diff options
author | Elijah Newren <newren gmail com> | 2006-03-13 23:45:17 +0000 |
---|---|---|
committer | Elijah Newren <newren@src.gnome.org> | 2006-03-13 23:45:17 +0000 |
commit | 2b18a6d6ce871a62f2233f0124205b2540f34aa1 (patch) | |
tree | d59c225c7b57415fc36c6bbf277b61e4b6afbbb4 /configure.in | |
parent | df410886605eed489636be022f0e05797a91ae04 (diff) | |
download | metacity-2b18a6d6ce871a62f2233f0124205b2540f34aa1.tar.gz |
Remove the "This is the UNSTABLE branch" warning. *sigh* I wished I wouldMETACITY_2_14_1
2006-03-13 Elijah Newren <newren gmail com>
* configure.in:
Remove the "This is the UNSTABLE branch" warning. *sigh* I wished
I would have remembered this before 2.14.0.
* NEWS:
2.14.1 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 326054d6..bd339958 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.14.0], +AC_INIT([metacity], [2.14.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=metacity]) AC_CONFIG_SRCDIR(src/display.c) @@ -520,5 +520,5 @@ metacity-$VERSION: Render: ${have_xrender} 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 "This is the UNSTABLE branch of metacity" +#echo "Use 2.14.x for stable (gnome-2-14 branch in CVS)" |