mawk/patchlev.h
2013-12-27 01:22:19 -05:00

20 lines
461 B
C

/*
patchlev.h
copyright 2009-2012,2013, Thomas E. Dickey
copyright 1996, Michael D. Brennan
This is a source file for mawk, an implementation of
the AWK programming language.
Mawk is distributed without warranty under the terms of
the GNU General Public License, version 2, 1991.
*/
/*
* $MawkId: patchlev.h,v 1.49 2013/08/03 13:30:21 tom Exp $
*/
#define PATCH_BASE 1
#define PATCH_LEVEL 3
#define PATCH_STRING ".4"
#define DATE_STRING "20131226"