Deleted Added
full compact
configvers.h (61523) configvers.h (61640)
1/*
2 * 6 digits of version. The most significant are branch indicators
3 * (eg: RELENG_2_2 = 22, -current presently = 40 etc). The least
4 * significant digits are incremented for each incompatible change.
5 *
6 * The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE
7 * and <osreldate.h> system.
8 *
1/*
2 * 6 digits of version. The most significant are branch indicators
3 * (eg: RELENG_2_2 = 22, -current presently = 40 etc). The least
4 * significant digits are incremented for each incompatible change.
5 *
6 * The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE
7 * and <osreldate.h> system.
8 *
9 * $FreeBSD: head/usr.sbin/config/configvers.h 61523 2000-06-10 22:13:40Z peter $
9 * $FreeBSD: head/usr.sbin/config/configvers.h 61640 2000-06-13 22:28:50Z peter $
10 */
10 */
11#define CONFIGVERS 500001
11#define CONFIGVERS 500002