From 3ba437d50828388a98e68f6ba86d49c8e164951d Mon Sep 17 00:00:00 2001 From: Thomas James Alexander Thurman Date: Mon, 4 Sep 2006 19:49:08 +0000 Subject: [PATCH] 2.16.1 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 24809e585..d04ea7c10 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.16.0], +AC_INIT([metacity], [2.16.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=metacity]) AC_CONFIG_SRCDIR(src/display.c)