summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.com>2019-03-14 17:08:30 +0200
committerPekka Paalanen <pekka.paalanen@collabora.com>2019-03-28 13:56:45 +0200
commit66581d245eb1bbc9a6bf23b45003a8f68de154b7 (patch)
tree6f0de7cfddb22ec9c72218bcddbf9e939b7ea02e /README.md
parentbe61a1ff502108eb5b1aca1c689b67f1afe03d6e (diff)
README: refer to version numbers in meson.build
configure.ac is no more, and in meson.build there are no minor or patch versions for libweston, only major. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7a6aec33..7f686d99 100644
--- a/README.md
+++ b/README.md
@@ -165,14 +165,14 @@ The document provides the full details, with the gist summed below:
- Minor - new backward compatible features.
- Patch - internal (implementation specific) fixes.
-Weston and libweston have separate version numbers in configure.ac. All
+Weston and libweston have separate version numbers in meson.build. All
releases are made by the Weston version number. Libweston version number
matches the Weston version number in all releases except maybe pre-releases.
Pre-releases have the Weston micro version 91 or greater.
A pre-release is allowed to install a libweston version greater than the Weston
version in case libweston major was bumped. In that case, the libweston version
-must be Weston major + 1 and with minor and patch versions zero.
+must be Weston major + 1.
Pkg-config files are named after libweston major, but carry the Weston version
number. This means that Weston pre-release 2.1.91 may install libweston-3.pc