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

Approved by: re
This commit is contained in:
Scott Long 2005-07-11 08:34:49 +00:00
parent 8d0b27ec4d
commit 028dbfaa3e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147925
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>