diff options
author | Glen Barber <gjb@FreeBSD.org> | 2013-05-25 07:17:16 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2013-05-25 07:17:16 +0000 |
commit | ffca5883e80e522b22c15948e6f7d8eade7c009e (patch) | |
tree | 2cce5ee49c46d8a4178afcc8b8fde87031919b3e /usr.bin/patch/util.c | |
parent | 8d46c25d23452cd1fa40d53fc1144804fa7d11eb (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 c19918b04e9d..28a3cb0cf583 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-12u9 FreeBSD\n"); + fprintf(stderr, "patch 2.0-12u8 FreeBSD\n"); my_exit(EXIT_SUCCESS); } |