summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2008-08-18 12:54:24 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-08-18 12:54:24 +0000
commit242096faa12b64447069cb2d00c18156bc5f36cf (patch)
treef3a5580176cae83b30d8869b769163fa3cc0e084
parent315db4a1fd324a41a1fcca705c8e5d19d36272f6 (diff)
downloadmetacity-242096faa12b64447069cb2d00c18156bc5f36cf.tar.gz
undo erroneous earlier version number change (it doesn't bump to 2.24
2008-08-18 Thomas Thurman <tthurman@gnome.org> * configure.in: undo erroneous earlier version number change (it doesn't bump to 2.24 until we actually ship, even though this is the 2.24 branch) svn path=/branches/gnome-2-24/; revision=3820
-rw-r--r--ChangeLog6
-rw-r--r--configure.in4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b7853366..93194d92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-08-18 Thomas Thurman <tthurman@gnome.org>
+ * configure.in: undo erroneous earlier version number change
+ (it doesn't bump to 2.24 until we actually ship, even
+ though this is the 2.24 branch)
+
+2008-08-18 Thomas Thurman <tthurman@gnome.org>
+
* Cherrypick bugfixes from trunk.
2008-08-18 Eric Piel <e.a.b.piel@tudelft.nl>
diff --git a/configure.in b/configure.in
index be48a6d7..6db21d68 100644
--- a/configure.in
+++ b/configure.in
@@ -1,10 +1,10 @@
AC_PREREQ(2.50)
m4_define([metacity_major_version], [2])
-m4_define([metacity_minor_version], [24])
+m4_define([metacity_minor_version], [23])
# 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], [0])
+m4_define([metacity_micro_version], [144])
m4_define([metacity_version],
[metacity_major_version.metacity_minor_version.metacity_micro_version])