summaryrefslogtreecommitdiff
path: root/usr.bin/patch/util.c
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2013-09-05 05:51:15 +0000
committerStefan Eßer <se@FreeBSD.org>2013-09-05 05:51:15 +0000
commit79d8aaa992b25eaf08162efd7eef37bdf9581227 (patch)
treedc68a728f68ce4c126458ae614259b3686d8274d /usr.bin/patch/util.c
parent8e076eff36118fd6fd42d75358d9fe21b3f91007 (diff)
Notes
Diffstat (limited to 'usr.bin/patch/util.c')
-rw-r--r--usr.bin/patch/util.c2
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);
}