diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1996-07-13 22:22:16 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1996-07-13 22:22:16 +0000 |
commit | 27c2321b81de20dfac8255492e25ca25b66c6c3b (patch) | |
tree | 041166275a399c2726a206cb11fc75b80c93f5cf /usr.bin/lex/version.h | |
parent | 255511a5b9a50bb24fde91470b8db1d6a7cd05d2 (diff) |
updated to flex 2.5.3
Diffstat (limited to 'usr.bin/lex/version.h')
-rw-r--r-- | usr.bin/lex/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lex/version.h b/usr.bin/lex/version.h index 89c2975e95a..b6a64e254e9 100644 --- a/usr.bin/lex/version.h +++ b/usr.bin/lex/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.2 1996/06/26 05:35:44 deraadt Exp $ */ +/* $OpenBSD: version.h,v 1.3 1996/07/13 22:22:14 millert Exp $ */ -#define FLEX_VERSION "2.5.2" +#define FLEX_VERSION "2.5.3" |