summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2008-10-22 13:09:59 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-10-22 13:09:59 +0000
commit7a9da7eb694603d771a9daf38f3bafc038e6d3c3 (patch)
treecfc5ee294e8bb9fb08dab08146a8dc4a363e0f68
parent788cbc91b2517cecdbb00e454307a65f64b29cff (diff)
downloadmetacity-7a9da7eb694603d771a9daf38f3bafc038e6d3c3.tar.gz
bump to 2.25.3 (thought the release script had already done this)
2008-10-22 Thomas Thurman <tthurman@gnome.org> * configure.in: bump to 2.25.3 (thought the release script had already done this) svn path=/trunk/; revision=3986
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a5c80296..f9f0373a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-10-22 Thomas Thurman <tthurman@gnome.org>
+ * configure.in: bump to 2.25.3 (thought the release script
+ had already done this)
+
+2008-10-22 Thomas Thurman <tthurman@gnome.org>
+
Fixes to make distcheck work again.
* src/Makefile.am: include *-binding.h, and make the schema
diff --git a/configure.in b/configure.in
index 5696fd3b..844c0257 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])