diff options
author | andre <andre@FreeBSD.org> | 2013-08-25 11:01:18 +0000 |
---|---|---|
committer | andre <andre@FreeBSD.org> | 2013-08-25 11:01:18 +0000 |
commit | d24e44779f91014e6c56b4cb98a9e5624f5fe85a (patch) | |
tree | 9d27f00e236f82eb8337e552c691427019b9641d | |
parent | e694117f8290f6b7dcc6f1ce75442a1b359ecba6 (diff) | |
download | FreeBSD-src-d24e44779f91014e6c56b4cb98a9e5624f5fe85a.zip FreeBSD-src-d24e44779f91014e6c56b4cb98a9e5624f5fe85a.tar.gz |
Bump FreeBSD_version after the struct mbuf changes in r254780,
r254799, r254804, r254807, and r254842.
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | sys/sys/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index 67f4835..a166d5d 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -58,7 +58,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1000049 /* Master, propagated to newvers */ +#define __FreeBSD_version 1000050 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |