2.16.2 post-release bump

This commit is contained in:
Thomas James Alexander Thurman 2006-09-11 18:54:37 +00:00
parent 0d06471910
commit 277236f730
2 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,12 @@
2006-09-09 Elijah Newren <newren gmail com>
2006-09-11 Thomas Thurman <thomas@thurman.org.uk>
* configure.in: post-release bump to 2.16.2
2006-09-11 Thomas Thurman <thomas@thurman.org.uk>
* NEWS: 2.16.1 release
22006-09-09 Elijah Newren <newren gmail com>
* src/display.c (meta_display_open): Fix build when XKB not found.
#354211

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.16.1],
AC_INIT([metacity], [2.16.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=metacity])
AC_CONFIG_SRCDIR(src/display.c)