From: Greg Kroah-Hartman Date: Mon, 4 May 2015 21:38:01 +0000 (+0200) Subject: scripts/quiltmail: fix 4.x location X-Git-Tag: v3.10.77~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54f3a4af6ee917eac4e454629508f8cdc374af3b;p=thirdparty%2Fkernel%2Fstable-queue.git scripts/quiltmail: fix 4.x location --- 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"`