diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-04-28 11:20:11 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-04-28 11:20:11 +0000 |
commit | 83f1387b68fc8f00dc451efccfc62fb2b17d114a (patch) | |
tree | cbaf9ecbdc26ffb17485f72d3906d3da430c5253 /distrib | |
parent | 22ac79c64afa6db3f07dd66f0cb2be2b4fbc1bfe (diff) |
2.1
Diffstat (limited to 'distrib')
-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 |