diff options
author | Elijah Newren <newren@gmail.com> | 2005-10-24 22:40:49 +0000 |
---|---|---|
committer | Elijah Newren <newren@src.gnome.org> | 2005-10-24 22:40:49 +0000 |
commit | 094449d097cbf3b5a40ba73206e058eb46e945c2 (patch) | |
tree | 096b0c2f385e2f87e242a49cf9a88bcea1141d0c /configure.in | |
parent | ddd1d6616d5b889695d7b1bae6dbac66aa2a1799 (diff) | |
download | metacity-094449d097cbf3b5a40ba73206e058eb46e945c2.tar.gz |
post-release version bump to 2.13.1
2005-10-24 Elijah Newren <newren@gmail.com>
* configure.in: post-release version bump to 2.13.1
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index afe6b248..c0e10d94 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.13.0], +AC_INIT([metacity], [2.13.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=metacity]) AC_CONFIG_SRCDIR(src/display.c) |