summaryrefslogtreecommitdiff
path: root/Tools/portbuild/3/bindist/files/usr/bin/uname
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-03-22 08:46:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-03-22 08:46:24 +0000
commitb8ccbc9c4a25cd1fb8dd5c77f6fa6b63109f696c (patch)
treec62c2809953b9994df323c5a14021c8c634506cb /Tools/portbuild/3/bindist/files/usr/bin/uname
parentUpgrade to v0.50.4. (diff)
We are now in 3.1-STABLE.
Notes
Notes: svn path=/head/; revision=17346
Diffstat (limited to '')
-rwxr-xr-xTools/portbuild/3/bindist/files/usr/bin/uname4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/portbuild/3/bindist/files/usr/bin/uname b/Tools/portbuild/3/bindist/files/usr/bin/uname
index be4ac7f2e068..17c66aa47bc8 100755
--- a/Tools/portbuild/3/bindist/files/usr/bin/uname
+++ b/Tools/portbuild/3/bindist/files/usr/bin/uname
@@ -48,13 +48,13 @@ fi
if [ "$r" = 1 ]; then
printsp $printed
- echo -n "3.1-RELEASE"
+ echo -n "3.1-STABLE"
printed=1
fi
if [ "$v" = 1 ]; then
printsp $printed
- echo -n "FreeBSD 3.1-RELEASE #0: Sun Dec 13 03:47:56 PST 1998 asami@bento.freebsd.org:/usr/src/sys/compile/BENTO"
+ echo -n "FreeBSD 3.1-STABLE #0: Sun Dec 13 03:47:56 PST 1998 asami@bento.freebsd.org:/usr/src/sys/compile/BENTO"
printed=1
fi