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