diff options
author | Thomas Thurman <thomas@thurman.org.uk> | 2007-08-07 12:50:15 +0000 |
---|---|---|
committer | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2007-08-07 12:50:15 +0000 |
commit | 5a6bbef8ac3b8d8e4eb51f21df8e2c167ecfe6b1 (patch) | |
tree | d448952c2ed0ac220f7d5f3ff85fdaf33d790b04 | |
parent | 309e254b1d9d439cedfcb0b748d3c30b44ebd8ee (diff) | |
download | metacity-5a6bbef8ac3b8d8e4eb51f21df8e2c167ecfe6b1.tar.gz |
post-release bump to 2.19.89.
2007-08-07 Thomas Thurman <thomas@thurman.org.uk>
* configure.in: post-release bump to 2.19.89.
svn path=/trunk/; revision=3292
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2007-08-07 Thomas Thurman <thomas@thurman.org.uk> + * configure.in: post-release bump to 2.19.89. + +2007-08-07 Thomas Thurman <thomas@thurman.org.uk> + * NEWS: 2.19.55 release. 2007-08-06 Thomas Thurman <thomas@thurman.org.uk> diff --git a/configure.in b/configure.in index 13752c8d..e15b1bd2 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ m4_define([metacity_major_version], [2]) m4_define([metacity_minor_version], [19]) # Fibonacci sequence for micro version numbering: # 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987 -m4_define([metacity_micro_version], [55]) +m4_define([metacity_micro_version], [89]) m4_define([metacity_version], [metacity_major_version.metacity_minor_version.metacity_micro_version]) |