HEAD is now 6-CURRENT

This commit is contained in:
Scott Long 2004-08-18 00:21:12 +00:00
parent 9b932e9e04
commit 99ae32dced
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -55,7 +55,7 @@
* scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx
*/
#undef __FreeBSD_version
#define __FreeBSD_version 502128 /* Master, propagated to newvers */
#define __FreeBSD_version 600000 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>