diff options
author | Doug Rabson <dfr@FreeBSD.org> | 1998-09-18 18:41:49 +0000 |
---|---|---|
committer | Doug Rabson <dfr@FreeBSD.org> | 1998-09-18 18:41:49 +0000 |
commit | c6f34b8987a102f8efa47416fcfc2a9bea941579 (patch) | |
tree | e412928b4f4aae79f15aa0a743d9b3000c92e08d /sys/conf | |
parent | 2a8d2696cdb31ade6b9bfbc0d0e079cd2600f09f (diff) | |
download | src-c6f34b8987a102f8efa47416fcfc2a9bea941579.tar.gz src-c6f34b8987a102f8efa47416fcfc2a9bea941579.zip |
Change version number.
Notes
Notes:
svn path=/head/; revision=39457
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/Makefile.alpha | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha index 160600493405..d9b783c91060 100644 --- a/sys/conf/Makefile.alpha +++ b/sys/conf/Makefile.alpha @@ -1,7 +1,7 @@ # Makefile.alpha -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.alpha 7.1 5/10/91 -# $Id: Makefile.alpha,v 1.8 1998/09/07 07:29:30 dfr Exp $ +# $Id: Makefile.alpha,v 1.9 1998/09/16 08:22:09 dfr Exp $ # # Makefile for FreeBSD # @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 300006 +%VERSREQ= 300007 BINFORMAT?= elf |