From 1d75932569010ec039b902eaecb575e06e19a652 Mon Sep 17 00:00:00 2001 From: Daniel Spiljar Date: Thu, 26 Jan 2023 22:14:55 +0100 Subject: [PATCH] Update of version number and copyright notices. --- doc/mboxgrep.1 | 4 ++-- doc/mboxgrep.info | Bin 6768 -> 6808 bytes doc/mboxgrep.texi | 4 ++-- src/info.c | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/mboxgrep.1 b/doc/mboxgrep.1 index f49db78..3e2f3db 100644 --- a/doc/mboxgrep.1 +++ b/doc/mboxgrep.1 @@ -1,5 +1,5 @@ .Id $Id: mboxgrep.1,v 1.16 2006-01-18 00:09:58 dspiljar Exp $ -.TH MBOXGREP 1 "24 Aug 2003" +.TH MBOXGREP 1 "26 Jan 2023" .SH NAME mboxgrep \- displays email messages matching a pattern .SH SYNOPSIS @@ -11,7 +11,7 @@ mboxgrep \- displays email messages matching a pattern This manual page refers to .B mboxgrep version -.BR 0.7.9 . +.BR 0.7.10 . .PP .B mboxgrep scans a diff --git a/doc/mboxgrep.info b/doc/mboxgrep.info index 6b2b2335f7a9ad54ba340daf300abd6a42946ff9..ddb1971212ef2533a2a735ef526068e402eb492c 100644 GIT binary patch delta 236 zcmexhGQ)I&8Ke0`^OsD92AdTb-6TZKxcu@{Qmqs`^UCtGGxO5x4Nc5UC)Y?yNSZ@s z+%j`g6>{>E!Lmk%hDMXuN=nOELS_9+OA1O$6q57vN{aGx>Wz&J47n!X7Lb`F#lmF7 zHTjI7OliG|sj)FsxobsYZb43JalMI!sR>lfsWiQ~-qg$-#t+F?2+K^)uBxcgk>gYSJs;uSQv20 SbGhcFD1;=Y194JLDi;6-3q0`v diff --git a/doc/mboxgrep.texi b/doc/mboxgrep.texi index f523b30..0d29ad9 100644 --- a/doc/mboxgrep.texi +++ b/doc/mboxgrep.texi @@ -6,8 +6,8 @@ @setchapternewpage odd @set EDITION 0.7 -@set VERSION 0.7.9 -@set UPDATED 24 Aug 2003 +@set VERSION 0.7.10 +@set UPDATED 26 Jan 2023 @dircategory Mail @direntry diff --git a/src/info.c b/src/info.c index 22a0808..9ed7def 100644 --- a/src/info.c +++ b/src/info.c @@ -1,6 +1,6 @@ -/* -*- C -*- +/* mboxgrep - scan mailbox for messages matching a regular expression - Copyright (C) 2000 - 2004, 2006, 2010 Daniel Spiljar + Copyright (C) 2000 - 2004, 2006, 2010, 2023 Daniel Spiljar Mboxgrep is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ along with mboxgrep; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - $Id: info.c,v 1.22 2006-01-18 00:44:36 dspiljar Exp $ */ +*/ #include @@ -48,7 +48,7 @@ version (void) int n = 0; fprintf (stdout, "%s %s\n\n" - "Copyright (C) 2000 - 2004, 2006, 2010 Daniel Spiljar\n" + "Copyright (C) 2000 - 2004, 2006, 2010, 2023 Daniel Spiljar\n" "This program is free software; you can redistribute it and/or " "modify\nit under the terms of the GNU General Public License " "as published by\nthe Free Software Foundation; either version "