From 842ef2f8955629bac185933a3af2c88ae72a8eef Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Sun, 16 Aug 2015 14:16:26 -0700 Subject: [PATCH] releasing: Soften suggestion to update the wayland version dependency --- releasing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasing.txt b/releasing.txt index 35ca3242..1380361d 100644 --- a/releasing.txt +++ b/releasing.txt @@ -8,7 +8,7 @@ To make a release of Weston and/or Wayland, follow these steps. 1. Update the first three lines of configure.ac to the intended version, commit. Also note that Weston includes versioned dependencies on 'wayland-server' and 'wayland-client' in - configure.ac which typically need updated as well. Then commit + configure.ac which occasionally need updated as well. Then commit your changes: $ export RELEASE_NUMBER="x.y.z"