From 7a9da7eb694603d771a9daf38f3bafc038e6d3c3 Mon Sep 17 00:00:00 2001 From: Thomas Thurman Date: Wed, 22 Oct 2008 13:09:59 +0000 Subject: [PATCH] bump to 2.25.3 (thought the release script had already done this) 2008-10-22 Thomas Thurman * configure.in: bump to 2.25.3 (thought the release script had already done this) svn path=/trunk/; revision=3986 --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a5c80296e..f9f0373a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-22 Thomas Thurman + + * configure.in: bump to 2.25.3 (thought the release script + had already done this) + 2008-10-22 Thomas Thurman Fixes to make distcheck work again. diff --git a/configure.in b/configure.in index 5696fd3b6..844c0257f 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ m4_define([metacity_major_version], [2]) m4_define([metacity_minor_version], [25]) # 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], [2]) +m4_define([metacity_micro_version], [3]) m4_define([metacity_version], [metacity_major_version.metacity_minor_version.metacity_micro_version])