mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
re-add the note about Fibonacci sequence micro version numbers that was
2004-12-20 Elijah Newren <newren@gmail.com> * configure.in: re-add the note about Fibonacci sequence micro version numbers that was lost at version 2.8.5
This commit is contained in:
parent
cf74d02ef0
commit
dbbe2854fe
@ -1,3 +1,8 @@
|
|||||||
|
2004-12-20 Elijah Newren <newren@gmail.com>
|
||||||
|
|
||||||
|
* configure.in: re-add the note about Fibonacci sequence micro
|
||||||
|
version numbers that was lost with 2.8.5
|
||||||
|
|
||||||
2004-12-19 Elijah Newren <newren@gmail.com>
|
2004-12-19 Elijah Newren <newren@gmail.com>
|
||||||
|
|
||||||
Thanks to Baptiste Mille-Mathias for this fix.
|
Thanks to Baptiste Mille-Mathias for this fix.
|
||||||
@ -48,7 +53,7 @@
|
|||||||
* po/POTFILES.in: Remove reference to metacity-properties.* files
|
* po/POTFILES.in: Remove reference to metacity-properties.* files
|
||||||
since Alex removed them in his 2004-12-07 commit.
|
since Alex removed them in his 2004-12-07 commit.
|
||||||
|
|
||||||
2004-12-13 Elijah Newren <newren@math.utah.edu>
|
2004-12-13 Elijah Newren <newren@gmail.com>
|
||||||
|
|
||||||
* configure.in: post-release version bump to 2.9.2 that I forgot
|
* configure.in: post-release version bump to 2.9.2 that I forgot
|
||||||
to do last week (oops)
|
to do last week (oops)
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
|
|
||||||
|
# Fibonacci sequence for micro version numbering:
|
||||||
|
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
|
||||||
AC_INIT([metacity], [2.9.2],
|
AC_INIT([metacity], [2.9.2],
|
||||||
[http://bugzilla.gnome.org/enter_bug.cgi?product=metacity])
|
[http://bugzilla.gnome.org/enter_bug.cgi?product=metacity])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user