1 /*
2 patchlev.h
3 copyright 2009-2018,2019, Thomas E. Dickey
4 copyright 1991-1996,2014, Michael D. Brennan
5 
6 This is a source file for mawk, an implementation of
7 the AWK programming language.
8 
9 Mawk is distributed without warranty under the terms of
10 the GNU General Public License, version 2, 1991.
11  */
12 
13 /*
14  * $MawkId: patchlev.h,v 1.90 2019/02/03 17:23:08 tom Exp $
15  */
16 #define  PATCH_BASE	1
17 #define  PATCH_LEVEL	3
18 #define  PATCH_STRING	".4"
19 #define  DATE_STRING    "20190203"
20