aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2015-08-12 16:43:15 +0000
committerWarner Losh <imp@FreeBSD.org>2015-08-12 16:43:15 +0000
commitad38a9d962074b092302ed301cf28613eb34ca63 (patch)
treefcae4c2227a20904b8e58cdfd3fe950a5a043ce9 /sys
parentaf588fdff737b28379a2af0f3d792e033d230e5e (diff)
downloadsrc-ad38a9d962074b092302ed301cf28613eb34ca63.tar.gz
src-ad38a9d962074b092302ed301cf28613eb34ca63.zip
Crunchgen needs to be bootstrapped to pick up the STRIP->STRIPBIN
changes to prevent the 'rescue: not found' errors from happening. Bump FreeBSD_version to 1100078 since there's been no version bumps since this change was made. Only people that installed since r284356 really need to do this bootstrapping, but since crunchgen needs to bootstrap for other reasons, bumping the number was the simplest.
Notes
Notes: svn path=/head/; revision=286672
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 5f6665668145..c8db24c836fb 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 1100077 /* Master, propagated to newvers */
+#define __FreeBSD_version 1100078 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,