summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/configvers.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-04-01 22:54:22 +0000
committerimp <imp@FreeBSD.org>2005-04-01 22:54:22 +0000
commit245a07a0538c56a5962892185f6047675ee37b78 (patch)
tree1ba61db91c45bcb818e850154911a2077257edd4 /usr.sbin/config/configvers.h
parent45160e9067ecf4dcfbcb6056315978829c8e39f6 (diff)
downloadFreeBSD-src-245a07a0538c56a5962892185f6047675ee37b78.zip
FreeBSD-src-245a07a0538c56a5962892185f6047675ee37b78.tar.gz
Allow one to specify a second parameter to the machine line. This
allows us to specify the machine_arch as well as machine. If specified then a second link will be made, similar to machine, from $MACHINE_ARCH to $S/$MACHINE_ARCH/include. This is for ports where MACHINE != MACHINE_ARCH (pc98 today, others in the future?). Reviewed by: arch@, nyan@
Diffstat (limited to 'usr.sbin/config/configvers.h')
-rw-r--r--usr.sbin/config/configvers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/configvers.h b/usr.sbin/config/configvers.h
index 830cf20..aa174cf 100644
--- a/usr.sbin/config/configvers.h
+++ b/usr.sbin/config/configvers.h
@@ -1,6 +1,6 @@
/*
* 6 digits of version. The most significant are branch indicators
- * (eg: RELENG_2_2 = 22, -current presently = 50 etc). The least
+ * (eg: RELENG_2_2 = 22, -current presently = 60 etc). The least
* significant digits are incremented for each incompatible change.
*
* The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE
@@ -8,4 +8,4 @@
*
* $FreeBSD$
*/
-#define CONFIGVERS 600001
+#define CONFIGVERS 600002
OpenPOWER on IntegriCloud