configvers.h revision 30977
1146515Sru/*
2146515Sru * 6 digits of version.  The most significant are branch indicators
3146515Sru * (eg: RELENG_2_2 = 22, -current presently = 30 etc). The least
4146515Sru * significant digits are incremented for each incompatable change.
5146515Sru *
642660Smarkm * The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE
742660Smarkm * and <osreldate.h> system.
8100513Sru *
9100513Sru * $Id: configvers.h,v 1.1 1997/10/22 00:38:48 peter Exp $
10100513Sru */
11100513Sru#define CONFIGVERS 300003
12100513Sru