From 54f3a4af6ee917eac4e454629508f8cdc374af3b Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 4 May 2015 23:38:01 +0200 Subject: [PATCH] scripts/quiltmail: fix 4.x location --- scripts/quilt-mail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/quilt-mail b/scripts/quilt-mail index 8d9254b09e2..0ab7a1a4e26 100755 --- a/scripts/quilt-mail +++ b/scripts/quilt-mail @@ -23,7 +23,7 @@ ROOT_VERSION=${ROOT_VERSION/linux-/} REL_ARRAY=(${FULL_VERSION//./ }) MAJOR=${REL_ARRAY[0]} -VER="${MAJOR}.0" +VER="${MAJOR}.x" DATE=`date -u --date="2 days"` -- 2.47.2