blob: 89cdbb77813e83c4b42ba8a216424aad41404d63 [file] [log] [blame]
developer56addb32024-03-21 17:32:43 +08001From 52ae9650b3a09306608cc266bd2ca5b4d789d453 Mon Sep 17 00:00:00 2001
2From: Johannes Berg <johannes.berg@intel.com>
3Date: Thu, 21 Dec 2023 12:51:14 +0100
4Subject: [PATCH 25/28] bump version to 6.7
5
6This already has some "will be 6.8" content, but
7that's not entirely closed yet.
8
9Change-Id: I16beefdf8b5e37fc72948d8a874772dc8c97e7b2
10Signed-off-by: Johannes Berg <johannes.berg@intel.com>
11---
12 version.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/version.sh b/version.sh
16index 9895056..3091e1e 100755
17--- a/version.sh
18+++ b/version.sh
19@@ -1,6 +1,6 @@
20 #!/bin/sh
21
22-VERSION="5.19"
23+VERSION="6.7"
24 OUT="$1"
25
26 # get the absolute path for the OUT file
27--
282.39.2
29