diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2007-06-04 Thomas Thurman <thomas@thurman.org.uk> + * configure.in: post-release bump to 2.19.13. + +2007-06-04 Thomas Thurman <thomas@thurman.org.uk> + * NEWS: 2.19.8 release. 2007-06-04 Thomas Thurman <thomas@thurman.org.uk> diff --git a/configure.in b/configure.in index b598b789..f61d4291 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], [8]) +m4_define([metacity_micro_version], [13]) m4_define([metacity_version], [metacity_major_version.metacity_minor_version.metacity_micro_version]) |