]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
README: Stop describing odd/even as Linux kernel versioning
authorSimon McVittie <smcv@collabora.com>
Tue, 17 Dec 2024 12:48:00 +0000 (12:48 +0000)
committerSimon McVittie <smcv@collabora.com>
Tue, 17 Dec 2024 12:48:00 +0000 (12:48 +0000)
The Linux kernel hasn't used this versioning scheme for years
(the last odd-numbered development branch was 2.5).

We are still using the odd/even versioning scheme, and so are some other
library projects. Cite GLib and SDL as better examples of projects that
still use it.

Signed-off-by: Simon McVittie <smcv@collabora.com>
README

diff --git a/README b/README
index 556b218d76f449e18add9a8ba783a94b5171f785..95ce18f03a00008a71b257c858401ae5d2a14dc2 100644 (file)
--- a/README
+++ b/README
@@ -70,9 +70,9 @@ high-level API as analogous to Qt/GTK+/HTML.
 Version numbers
 ===
 
-D-Bus uses the common "Linux kernel" versioning system, where
-even-numbered minor versions are stable and odd-numbered minor
-versions are development snapshots.
+D-Bus uses the same odd/even versioning system as GLib, SDL and older
+Linux kernels, where even-numbered minor versions are stable and
+odd-numbered minor versions are development snapshots.
 
 So for example, development snapshots: 1.1.1, 1.1.2, 1.1.3, 1.3.4
 Stable versions: 1.0, 1.0.1, 1.0.2, 1.2.1, 1.2.3