diff options
author | ru <ru@FreeBSD.org> | 2004-02-08 21:32:21 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-02-08 21:32:21 +0000 |
commit | 90fe2c86f7f5001762e4c3af00a323f801d8b737 (patch) | |
tree | a4aeceb1822c31fd30a3fff6c51686bbbbbed3de /contrib/one-true-awk/main.c | |
parent | a1d941195d09954508ee356f30d7989bb1d426c4 (diff) | |
download | FreeBSD-src-90fe2c86f7f5001762e4c3af00a323f801d8b737.zip FreeBSD-src-90fe2c86f7f5001762e4c3af00a323f801d8b737.tar.gz |
Vendor import of bwk's 7-Feb-2004 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 5ca7c6c..2c061bb 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. ****************************************************************/ -const char *version = "version 20030731"; +const char *version = "version 20040207"; #define DEBUG #include <stdio.h> |