summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2004-12-20 20:42:21 +0000
committerElijah Newren <newren@src.gnome.org>2004-12-20 20:42:21 +0000
commitdbbe2854fe8c6831614eb6692bf90f3bbc942920 (patch)
tree81fa4037c03e923f3fb5ac4b4fdb915fde0df83e /configure.in
parentcf74d02ef0cd5109622b09862cec5fd94af6dab2 (diff)
downloadmetacity-dbbe2854fe8c6831614eb6692bf90f3bbc942920.tar.gz
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 4b12e6ea..b33772d5 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,7 @@
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],
[http://bugzilla.gnome.org/enter_bug.cgi?product=metacity])