diff options
author | tv <tv@pkgsrc.org> | 2004-10-08 17:29:00 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-08 17:29:00 +0000 |
commit | fd931daac140cff77853f96b1ffe9d32c6ca03e5 (patch) | |
tree | 8c9236a696aeeb2d17f66bb072639b124f405e51 /bootstrap | |
parent | 1f62dde17e3e6d620b43f3482d31bbe92a8d4c24 (diff) | |
download | pkgsrc-fd931daac140cff77853f96b1ffe9d32c6ca03e5.tar.gz |
Bump BOOTSTRAP_VERSION for previous.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index f8f85637fa5..261ec5d0902 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.21 2004/10/08 17:26:45 tv Exp $ +# $NetBSD: bootstrap,v 1.22 2004/10/08 17:29:00 tv Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -35,7 +35,7 @@ # #set -x -BOOTSTRAP_VERSION=20040821 +BOOTSTRAP_VERSION=20041008 # set defaults for system locations prefix=/usr/pkg |