Execute ++ on extra for release.
authorlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Thu, 9 Oct 2008 18:08:40 +0000 (18:08 +0000)
committerlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Thu, 9 Oct 2008 18:08:40 +0000 (18:08 +0000)
git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@4351 559672b5-ba27-0410-b829-e8f1faed8b1b

deblob-2.6.25
deblob-2.6.26

index c3d60043e50703b5439508cd10f4ac3db3fc2198..6dc20a1fc0362558f498c26f31fef205b2d1902f 100755 (executable)
@@ -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;;
index 5b4c5974a56a376adca7ba54e64ce0443c294339..81355594c4e837dab0e5aa7129a21f6d8b4c33ec 100755 (executable)
@@ -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;;