1
0
Fork 0

post-release bump to 2.19.34.

2007-06-18  Thomas Thurman  <thomas@thurman.org.uk>

        * configure.in: post-release bump to 2.19.34.


svn path=/trunk/; revision=3250
This commit is contained in:
Thomas Thurman 2007-06-18 12:10:48 +00:00 committed by Thomas James Alexander Thurman
parent 78604b64bc
commit 1f05ddcd0e
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-06-18 Thomas Thurman <thomas@thurman.org.uk>
* configure.in: post-release bump to 2.19.34.
2007-06-18 Thomas Thurman <thomas@thurman.org.uk>
* NEWS: 2.19.21 release.

View file

@ -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], [21])
m4_define([metacity_micro_version], [34])
m4_define([metacity_version],
[metacity_major_version.metacity_minor_version.metacity_micro_version])