diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-05-08 21:55:42 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-05-08 21:55:42 +0000 |
| commit | a8a4a22664fb28d4541a4e183635538ae041c62b (patch) | |
| tree | c812ed90f41c2848b11f64381f53482d596d144e | |
| parent | 3596a6ff2fe23668d8b35f70f5365de1de2ef3fa (diff) | |
Notes
| -rw-r--r-- | contrib/gcc/config/i386/freebsd.h | 2 | ||||
| -rw-r--r-- | contrib/gcc/config/i386/freebsd.h.fixed | 2 | ||||
| -rw-r--r-- | sys/conf/newvers.sh | 6 | ||||
| -rw-r--r-- | sys/sys/param.h | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h index 5ac3b0f09113..500f9c3285f7 100644 --- a/contrib/gcc/config/i386/freebsd.h +++ b/contrib/gcc/config/i386/freebsd.h @@ -477,7 +477,7 @@ do { \ #endif /* FREEBSD_NATIVE */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__=3 -D__FreeBSD_cc_version=310001 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)" +#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__=3 -D__FreeBSD_cc_version=320001 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)" #undef CPP_SPEC #if TARGET_CPU_DEFAULT == 2 diff --git a/contrib/gcc/config/i386/freebsd.h.fixed b/contrib/gcc/config/i386/freebsd.h.fixed index 5ac3b0f09113..500f9c3285f7 100644 --- a/contrib/gcc/config/i386/freebsd.h.fixed +++ b/contrib/gcc/config/i386/freebsd.h.fixed @@ -477,7 +477,7 @@ do { \ #endif /* FREEBSD_NATIVE */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__=3 -D__FreeBSD_cc_version=310001 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)" +#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__=3 -D__FreeBSD_cc_version=320001 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)" #undef CPP_SPEC #if TARGET_CPU_DEFAULT == 2 diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index cb9c14a746de..5b8ad3e99b7e 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,11 +32,11 @@ # SUCH DAMAGE. # # @(#)newvers.sh 8.1 (Berkeley) 4/20/94 -# $Id: newvers.sh,v 1.41.2.3 1999/02/15 03:39:26 jkh Exp $ +# $Id: newvers.sh,v 1.41.2.4 1999/02/15 05:01:50 jkh Exp $ TYPE="FreeBSD" -REVISION="3.1" -BRANCH="STABLE" +REVISION="3.2" +BRANCH="BETA" RELEASE="${REVISION}-${BRANCH}" SNAPDATE="" if [ "X${SNAPDATE}" != "X" ]; then diff --git a/sys/sys/param.h b/sys/sys/param.h index abc38b536346..fbd91d6fcb37 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)param.h 8.3 (Berkeley) 4/4/95 - * $Id: param.h,v 1.38.2.3 1999/03/27 05:28:18 steve Exp $ + * $Id: param.h,v 1.38.2.4 1999/04/14 20:50:28 jdp Exp $ */ #ifndef _SYS_PARAM_H_ @@ -46,7 +46,7 @@ #define BSD4_3 1 #define BSD4_4 1 #undef __FreeBSD_version -#define __FreeBSD_version 310002 /* Master, propagated to newvers */ +#define __FreeBSD_version 320001 /* Master, propagated to newvers */ #ifndef NULL #define NULL 0 |
