blob: aa174cf5803d1ee00144a1f6df89d1bdb624925e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* 6 digits of version. The most significant are branch indicators
* (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
* and <osreldate.h> system.
*
* $FreeBSD$
*/
#define CONFIGVERS 600002
|