Make the RELENG_6 branch operation official by moving HEAD to 7.0-CURRENT.

Approved by: re
This commit is contained in:
scottl 2005-07-11 08:34:49 +00:00
parent 531103fe3e
commit cab029400d
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
# $FreeBSD$
TYPE="FreeBSD"
REVISION="6.0"
REVISION="7.0"
BRANCH="CURRENT"
RELEASE="${REVISION}-${BRANCH}"
VERSION="${TYPE} ${RELEASE}"

View File

@ -57,7 +57,7 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 600032 /* Master, propagated to newvers */
#define __FreeBSD_version 700000 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>