diff options
author | obrien <obrien@FreeBSD.org> | 2002-03-16 16:50:57 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-03-16 16:50:57 +0000 |
commit | 4911d68e89b7b39eeb1d42f4e510a4c6c5d26bd3 (patch) | |
tree | f17868adbc313e74f7a292d1590235520f98f7ca /contrib/one-true-awk/main.c | |
parent | 15169bd09781aa4d3f09d050d40b381b29c965a4 (diff) | |
download | FreeBSD-src-4911d68e89b7b39eeb1d42f4e510a4c6c5d26bd3.zip FreeBSD-src-4911d68e89b7b39eeb1d42f4e510a4c6c5d26bd3.tar.gz |
Vendor import of bwk's 2002-02-10 release.
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 911b058..5d2be4b 100644 --- a/contrib/one-true-awk/main.c +++ b/contrib/one-true-awk/main.c @@ -22,7 +22,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ****************************************************************/ -char *version = "version 20020101"; +char *version = "version 20020210"; #define DEBUG #include <stdio.h> |