diff options
author | asami <asami@FreeBSD.org> | 1999-03-22 08:46:24 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-03-22 08:46:24 +0000 |
commit | e375dbd90ded6b16ccd4d2161ce63a9083241422 (patch) | |
tree | a11cc7da58ed15c1717bf822cfb8dc95d47242f1 /Tools | |
parent | 61549344b5f1c055c417cc04f719ce1a961594c4 (diff) | |
download | FreeBSD-ports-e375dbd90ded6b16ccd4d2161ce63a9083241422.zip FreeBSD-ports-e375dbd90ded6b16ccd4d2161ce63a9083241422.tar.gz |
We are now in 3.1-STABLE.
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/3/bindist/files/usr/bin/uname | 4 |
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 be4ac7f..17c66aa 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 |