diff options
author | jkh <jkh@FreeBSD.org> | 1995-02-10 01:13:27 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-02-10 01:13:27 +0000 |
commit | 823ef3fe8fd2a8d1d1f0a4c195fa1202207d8f58 (patch) | |
tree | 9e5d886d2a67a1f7dca36f28082cff8f82e6672f /release | |
parent | df7354d6842331ca3fd9c054956eec094c184d29 (diff) | |
download | FreeBSD-src-823ef3fe8fd2a8d1d1f0a4c195fa1202207d8f58.zip FreeBSD-src-823ef3fe8fd2a8d1d1f0a4c195fa1202207d8f58.tar.gz |
Prepare for 950210-SNAP
Diffstat (limited to 'release')
-rw-r--r-- | release/scripts/miscfuncs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/miscfuncs.sh b/release/scripts/miscfuncs.sh index 53bd47c..275c98b 100644 --- a/release/scripts/miscfuncs.sh +++ b/release/scripts/miscfuncs.sh @@ -10,7 +10,7 @@ # putting your name on top after doing something trivial like reindenting # it, just to make it look like you wrote it!). # -# $Id: miscfuncs.sh,v 1.5 1995/02/01 10:59:37 jkh Exp $ +# $Id: miscfuncs.sh,v 1.6 1995/02/02 08:31:37 jkh Exp $ if [ "${_MISCFUNCS_SH_LOADED_}" = "yes" ]; then return 0 @@ -22,7 +22,7 @@ PATH=/usr/bin:/usr/sbin:/bin:/sbin:/stand export PATH # Keep this current with the distribution! -DISTNAME="2.0-950202-SNAP" +DISTNAME="2.0-950210-SNAP" # Express or Custom install? INSTALL_TYPE="" |