diff options
Diffstat (limited to 'distrib/sets')
-rw-r--r-- | distrib/sets/makesrctars | 2 | ||||
-rw-r--r-- | distrib/sets/maketars | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sets/makesrctars b/distrib/sets/makesrctars index 2e11ec00091..76058e6950e 100644 --- a/distrib/sets/makesrctars +++ b/distrib/sets/makesrctars @@ -1,6 +1,6 @@ #!/bin/sh -RELEASE=20 +RELEASE=21 SPLITSIZE=240640 GZIP=--best diff --git a/distrib/sets/maketars b/distrib/sets/maketars index 7669702e85c..c774d19ed04 100644 --- a/distrib/sets/maketars +++ b/distrib/sets/maketars @@ -1,6 +1,6 @@ #!/bin/csh -f -set RELEASE=20 +set RELEASE=21 if (! $?RELEASEDIR) then echo RELEASEDIR must be set |