diff options
author | Stefan Eßer <se@FreeBSD.org> | 2013-05-24 18:54:52 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2013-05-24 18:54:52 +0000 |
commit | 2360cb0eeab2eae6afc8db630b7b167d19b33d6e (patch) | |
tree | bf61893d33a6e4fabf5a172871b5c1bffcb6b016 /usr.bin/patch/util.c | |
parent | 936d0074cc8d7451c0701ab0d72010d5552c3582 (diff) |
Notes
Diffstat (limited to 'usr.bin/patch/util.c')
-rw-r--r-- | usr.bin/patch/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/patch/util.c b/usr.bin/patch/util.c index 28a3cb0cf583..c19918b04e9d 100644 --- a/usr.bin/patch/util.c +++ b/usr.bin/patch/util.c @@ -412,7 +412,7 @@ checked_in(char *file) void version(void) { - fprintf(stderr, "patch 2.0-12u8 FreeBSD\n"); + fprintf(stderr, "patch 2.0-12u9 FreeBSD\n"); my_exit(EXIT_SUCCESS); } |