On Wed, Mar 28, 2018 at 09:39:39PM +0200, Daniel Tameling wrote:
> ---
> x.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/x.c b/x.c
> index c343ba2..7df20f0 100644
> --- a/x.c
> +++ b/x.c
> _AT_@ -1925,7 +1925,7 @@ main(int argc, char *argv[])
> opt_embed = EARGF(usage());
> break;
> case 'v':
> - die("%s " VERSION " (c) 2010-2016 st engineers\n", argv0);
> + die("%s " VERSION " (c) 2010-2018 st engineers\n", argv0);
> break;
> default:
> usage();
> --
> 2.11.0
>
>
Yeah it was in my local tree also. I'll just remove this part.
Thanks,
--
Kind regards,
Hiltjo
Received on Thu Mar 29 2018 - 18:16:35 CEST