From 7255fae5d042d82874b0138e6b4fb536906ba6c4 Mon Sep 17 00:00:00 2001 From: Daniel Spiljar Date: Sun, 21 May 2023 15:09:44 +0200 Subject: [PATCH] Bump the version to 0.7.12a. --- NEWS.md | 4 ++++ configure.ac | 2 +- doc/mboxgrep.1 | 4 ++-- doc/mboxgrep.info | 24 ++++++++++++------------ doc/mboxgrep.texi | 4 ++-- src/mboxgrep.h | 2 +- 6 files changed, 22 insertions(+), 18 deletions(-) diff --git a/NEWS.md b/NEWS.md index ac7219a..eb7864f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # Changes of mboxgrep +## Changes since 0.7.12 + +- Fix Automake macros to include the license file and others. + ## Changes since 0.7.11 - Port to the pcre2 library (pcre1 is no longer supported). diff --git a/configure.ac b/configure.ac index 06e1670..22c721f 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # Process this file with autoconf to produce a configure script. # Yawn. -AC_INIT([mboxgrep], [0.7.12], [dspiljar@datatipp.se], [mboxgrep], [https://www.mboxgrep.org/]) +AC_INIT([mboxgrep], [0.7.12a], [dspiljar@datatipp.se], [mboxgrep], [https://www.mboxgrep.org/]) #AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE([foreign]) AC_LANG([C]) diff --git a/doc/mboxgrep.1 b/doc/mboxgrep.1 index 158ac14..8912f44 100644 --- a/doc/mboxgrep.1 +++ b/doc/mboxgrep.1 @@ -1,4 +1,4 @@ -.TH MBOXGREP 1 "20 May 2023" +.TH MBOXGREP 1 "21 May 2023" .SH NAME mboxgrep \- displays email messages matching a pattern .SH SYNOPSIS @@ -10,7 +10,7 @@ mboxgrep \- displays email messages matching a pattern This manual page refers to .B mboxgrep version -.BR 0.7.12 . +.BR 0.7.12a . .PP .B mboxgrep scans a diff --git a/doc/mboxgrep.info b/doc/mboxgrep.info index c9e143c..0ad5019 100644 --- a/doc/mboxgrep.info +++ b/doc/mboxgrep.info @@ -9,7 +9,7 @@ END-INFO-DIR-ENTRY  File: mboxgrep.info, Node: Top, Up: (dir) -This file documents 'mboxgrep' (version 0.7.12), a mailbox scanning +This file documents 'mboxgrep' (version 0.7.12a), a mailbox scanning utility. Copyright (C) 2000, 2001, 2002, 2003 Daniel Spiljar @@ -250,17 +250,17 @@ Sleep well, little friend.  Tag Table: Node: Top197 -Node: Introduction596 -Node: Invoking1465 -Node: Miscellaneous1827 -Node: File locking2112 -Node: Regexp selection2749 -Node: Output control3301 -Node: Search scope selection4345 -Node: Mailbox type selection4586 -Node: Examples4907 -Node: Bugs5731 -Node: To Vicky6149 +Node: Introduction597 +Node: Invoking1466 +Node: Miscellaneous1828 +Node: File locking2113 +Node: Regexp selection2750 +Node: Output control3302 +Node: Search scope selection4346 +Node: Mailbox type selection4587 +Node: Examples4908 +Node: Bugs5732 +Node: To Vicky6150  End Tag Table diff --git a/doc/mboxgrep.texi b/doc/mboxgrep.texi index 657ccd8..572aa7c 100644 --- a/doc/mboxgrep.texi +++ b/doc/mboxgrep.texi @@ -5,8 +5,8 @@ @setchapternewpage odd @set EDITION 0.7 -@set VERSION 0.7.12 -@set UPDATED 20 May 2023 +@set VERSION 0.7.12a +@set UPDATED 21 May 2023 @dircategory Mail @direntry diff --git a/src/mboxgrep.h b/src/mboxgrep.h index 5b061fd..af2bf75 100644 --- a/src/mboxgrep.h +++ b/src/mboxgrep.h @@ -21,7 +21,7 @@ #define MBOXGREP_H #define APPNAME "mboxgrep" -#define VERSION "0.7.12" +#define VERSION "0.7.12a" #define BUGREPORT_ADDR "dspiljar AT datatipp.se" #define HOST_NAME_SIZE 256