From 66581d245eb1bbc9a6bf23b45003a8f68de154b7 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Thu, 14 Mar 2019 17:08:30 +0200 Subject: [PATCH] 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 --- README.md | 4 ++-- 1 file 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