diff options
author | Thomas Thurman <tthurman@gnome.org> | 2008-10-22 13:09:59 +0000 |
---|---|---|
committer | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2008-10-22 13:09:59 +0000 |
commit | 7a9da7eb694603d771a9daf38f3bafc038e6d3c3 (patch) | |
tree | cfc5ee294e8bb9fb08dab08146a8dc4a363e0f68 /configure.in | |
parent | 788cbc91b2517cecdbb00e454307a65f64b29cff (diff) | |
download | metacity-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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |