mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
bump version to 2.19.1; doesn't make sense to have the development version
2007-03-25 Elijah Newren <newren gmail com> * configure.in: bump version to 2.19.1; doesn't make sense to have the development version have a version number less than the stable version. ;-) svn path=/trunk/; revision=3124
This commit is contained in:
parent
11a90c53ed
commit
44ef3b3a51
@ -1,3 +1,9 @@
|
|||||||
|
2007-03-25 Elijah Newren <newren gmail com>
|
||||||
|
|
||||||
|
* configure.in: bump version to 2.19.1; doesn't make sense to have
|
||||||
|
the development version have a version number less than the stable
|
||||||
|
version. ;-)
|
||||||
|
|
||||||
2007-03-20 Arthur Taylor <theycallhimart@gmail.com>
|
2007-03-20 Arthur Taylor <theycallhimart@gmail.com>
|
||||||
|
|
||||||
* src/frames.c (meta_frames_apply_shapes): adjusted the rounded
|
* src/frames.c (meta_frames_apply_shapes): adjusted the rounded
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
|
|
||||||
m4_define([metacity_major_version], [2])
|
m4_define([metacity_major_version], [2])
|
||||||
m4_define([metacity_minor_version], [17])
|
m4_define([metacity_minor_version], [19])
|
||||||
# Fibonacci sequence for micro version numbering:
|
# Fibonacci sequence for micro version numbering:
|
||||||
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
|
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
|
||||||
m4_define([metacity_micro_version], [8])
|
m4_define([metacity_micro_version], [1])
|
||||||
|
|
||||||
m4_define([metacity_version],
|
m4_define([metacity_version],
|
||||||
[metacity_major_version.metacity_minor_version.metacity_micro_version])
|
[metacity_major_version.metacity_minor_version.metacity_micro_version])
|
||||||
|
Loading…
Reference in New Issue
Block a user