1 int mVERSION = 14;
2 int MVERSION = 6;
3 char dVERSION[] = "2021/07/23";
4 
5 /* @(#)version.c	1.34 21/07/23 Copyright 1985-2015 J. Schilling */
6 #include <schily/mconfig.h>
7 #ifndef lint
8 static	UConst char sccsid[] =
9 	"@(#)version.c	1.34 21/07/23 Copyright 1985-2015 J. Schilling";
10 #endif
11 /*
12  *	Copyright (c) 1985-2015 J. Schilling
13  */
14 /*
15  * The contents of this file are subject to the terms of the
16  * Common Development and Distribution License, Version 1.0 only
17  * (the "License").  You may not use this file except in compliance
18  * with the License.
19  *
20  * See the file CDDL.Schily.txt in this distribution for details.
21  * A copy of the CDDL is also available via the Internet at
22  * http://www.opensource.org/licenses/cddl1.txt
23  *
24  * When distributing Covered Code, include this CDDL HEADER in each
25  * file and include the License file CDDL.Schily.txt from this distribution.
26  */
27