diff options
author | delphij <delphij@FreeBSD.org> | 2013-01-03 07:25:30 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2013-01-03 07:25:30 +0000 |
commit | 2010ab2cd033db0745001efef9d9ebd78c920505 (patch) | |
tree | cbfc9f88e2b6529d0fe67b75427d8336c8d60f72 /contrib/one-true-awk/main.c | |
parent | 185d79fdec059203ed8a9c75a62f3bc5401d3240 (diff) | |
download | FreeBSD-src-2010ab2cd033db0745001efef9d9ebd78c920505.zip FreeBSD-src-2010ab2cd033db0745001efef9d9ebd78c920505.tar.gz |
MFV: one-true-awk 20121220.
MFC after: 1 month
Diffstat (limited to 'contrib/one-true-awk/main.c')
-rw-r--r-- | contrib/one-true-awk/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/one-true-awk/main.c b/contrib/one-true-awk/main.c index 8cc7057..ab01676 100644 --- a/contrib/one-true-awk/main.c +++ b/contrib/one-true-awk/main.c @@ -25,7 +25,7 @@ THIS SOFTWARE. #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -const char *version = "version 20110810 (FreeBSD)"; +const char *version = "version 20121220 (FreeBSD)"; #define DEBUG #include <stdio.h> |