From: lxoliva Date: Thu, 9 Oct 2008 18:08:40 +0000 (+0000) Subject: Execute ++ on extra for release. X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=35c32c78d1dff2845c8c099e530195db6b16b9e2;p=releases.git Execute ++ on extra for release. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@4351 559672b5-ba27-0410-b829-e8f1faed8b1b --- diff --git a/deblob-2.6.25 b/deblob-2.6.25 index c3d60043e50..6dc20a1fc03 100755 --- a/deblob-2.6.25 +++ b/deblob-2.6.25 @@ -44,7 +44,7 @@ # For each kver release, start extra with an empty string, then count # from 1 if changes are needed that require rebuilding the tarball. -kver=2.6.25 extra=3++ +kver=2.6.25 extra=4 case $1 in --force) die () { echo ERROR: "$@": ignored >&2; }; shift;; diff --git a/deblob-2.6.26 b/deblob-2.6.26 index 5b4c5974a56..81355594c4e 100755 --- a/deblob-2.6.26 +++ b/deblob-2.6.26 @@ -44,7 +44,7 @@ # For each kver release, start extra with an empty string, then count # from 1 if changes are needed that require rebuilding the tarball. -kver=2.6.26 extra=1++ +kver=2.6.26 extra=2 case $1 in --force) die () { echo ERROR: "$@": ignored >&2; }; shift;;