mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-20 08:00:11 +01:00
README: Stop describing odd/even as Linux kernel versioning
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>
This commit is contained in:
parent
33d4876806
commit
c1a3be5276
1 changed files with 3 additions and 3 deletions
6
README
6
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue