diff options
author | jkh <jkh@FreeBSD.org> | 1995-01-12 10:34:37 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-01-12 10:34:37 +0000 |
commit | d8f618fa89ff0c6ae86007a23c7d5dbcb597db2d (patch) | |
tree | bd175e29f01a7b50bbb4d57ea723615b47a4b896 /release/miscfuncs.sh | |
parent | 02e7c496ffa47bc9a9025361db099f399aab7032 (diff) | |
download | FreeBSD-src-d8f618fa89ff0c6ae86007a23c7d5dbcb597db2d.zip FreeBSD-src-d8f618fa89ff0c6ae86007a23c7d5dbcb597db2d.tar.gz |
Prepare for next snapshot.
Diffstat (limited to 'release/miscfuncs.sh')
-rw-r--r-- | release/miscfuncs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/miscfuncs.sh b/release/miscfuncs.sh index 0b95a1e..c2a36c3 100644 --- a/release/miscfuncs.sh +++ b/release/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.12 1994/12/01 13:46:13 jkh Exp $ +# $Id: miscfuncs.sh,v 1.13 1994/12/23 05:11:18 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-941222-SNAP" +DISTNAME="2.0-950112-SNAP" # Express or Custom install? INSTALL_TYPE="" |