diff options
author | jkh <jkh@FreeBSD.org> | 1996-04-29 20:29:29 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-04-29 20:29:29 +0000 |
commit | 5c83d66490e402205b37a5615569e025c3be1d6d (patch) | |
tree | f6b4eb115ae9a6227e7bf4a2bfd8a7aff2b8ca7c /release | |
parent | 6c04f7821c792843619e5e9c3934607f37badfb7 (diff) | |
download | FreeBSD-src-5c83d66490e402205b37a5615569e025c3be1d6d.zip FreeBSD-src-5c83d66490e402205b37a5615569e025c3be1d6d.tar.gz |
Face the truth and bump the 2.2-960428-SNAP to 2.2-960430; that's the
last bump, I promise!
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index 7935b56..1236fa3 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.210 1996/04/28 00:37:26 jkh Exp $ +# $Id: Makefile,v 1.211 1996/04/29 19:38:36 jkh Exp $ # # How to roll a release: # @@ -11,7 +11,7 @@ # that on a 14.4 line just yet... # # SET THIS !!! -BUILDNAME=2.2-960428-SNAP +BUILDNAME=2.2-960430-SNAP CHROOTDIR=/junk/release # If this is a RELEASE, then set #RELEASETAG=RELENG_2_1_0 |