From: Johannes Berg Date: Fri, 1 Feb 2019 22:07:56 +0000 (+0100) Subject: iw: bump version to 5.0 X-Git-Tag: v5.0^0 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fiw.git;a=commitdiff_plain;h=311c9f2d7c01b4fddf39f227e58266bfa41e19e2 iw: bump version to 5.0 The nl80211.h matches what's going to be in 5.0, so use the version number here to match. Change-Id: I5ea22f2efd3bcf6145de85b0b47dd43f1c95bfed Signed-off-by: Johannes Berg --- diff --git a/version.sh b/version.sh index 4ca7875..4df15fe 100755 --- a/version.sh +++ b/version.sh @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="4.14" +VERSION="5.0" OUT="$1" # get the absolute path for the OUT file