File: patchlev.h

package info (click to toggle)
mawk 1.3.4.20250131-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,224 kB
  • sloc: ansic: 19,901; sh: 4,600; yacc: 1,177; awk: 853; makefile: 290
file content (19 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
patchlev.h
copyright 2009-2024,2025, Thomas E. Dickey
copyright 1991-1996,2014, 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.168 2025/01/31 22:21:11 tom Exp $
 */
#define  PATCH_BASE	1
#define  PATCH_LEVEL	3
#define  PATCH_STRING	".4"
#define  DATE_STRING    "20250131"