summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <thomas@thurman.org.uk>2007-06-11 03:39:20 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2007-06-11 03:39:20 +0000
commitc5c59b176134836aad088401953e5b95cd1592ed (patch)
tree6230b927b044091b518125dd6c4f43300cedebb6
parent5fb20624c40b483853dfc717a8961f8232dee4b2 (diff)
downloadmetacity-c5c59b176134836aad088401953e5b95cd1592ed.tar.gz
post-release bump to 2.19.21.
2007-06-10 Thomas Thurman <thomas@thurman.org.uk> * configure.in: post-release bump to 2.19.21. svn path=/trunk/; revision=3239
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d7939dd9..3f464cdb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-06-10 Thomas Thurman <thomas@thurman.org.uk>
+ * configure.in: post-release bump to 2.19.21.
+
+2007-06-10 Thomas Thurman <thomas@thurman.org.uk>
+
* NEWS: 2.19.13 release.
2007-06-10 Thomas Thurman <thomas@thurman.org.uk>
@@ -35,7 +39,7 @@
meta_workspace_remove_window, meta_workspace_queue_calc_showing,
meta_workspace_invalidate_work_area): Using new queueing functions.
-2007-06-09 Thomas Thuramn <thomas@thurman.org.uk>
+2007-06-09 Thomas Thurman <thomas@thurman.org.uk>
* src/50-metacity-key.xml.in: added switch_group; closes #444879.
diff --git a/configure.in b/configure.in
index f61d4291..20a4eea1 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], [13])
+m4_define([metacity_micro_version], [21])
m4_define([metacity_version],
[metacity_major_version.metacity_minor_version.metacity_micro_version])