Bump the version to 0.7.12a.
This commit is contained in:
parent
03407c7afb
commit
7255fae5d0
4
NEWS.md
4
NEWS.md
@ -1,5 +1,9 @@
|
|||||||
# Changes of mboxgrep
|
# Changes of mboxgrep
|
||||||
|
|
||||||
|
## Changes since 0.7.12
|
||||||
|
|
||||||
|
- Fix Automake macros to include the license file and others.
|
||||||
|
|
||||||
## Changes since 0.7.11
|
## Changes since 0.7.11
|
||||||
|
|
||||||
- Port to the pcre2 library (pcre1 is no longer supported).
|
- Port to the pcre2 library (pcre1 is no longer supported).
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
# Yawn.
|
# 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
|
||||||
AM_INIT_AUTOMAKE([foreign])
|
AM_INIT_AUTOMAKE([foreign])
|
||||||
AC_LANG([C])
|
AC_LANG([C])
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH MBOXGREP 1 "20 May 2023"
|
.TH MBOXGREP 1 "21 May 2023"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mboxgrep \- displays email messages matching a pattern
|
mboxgrep \- displays email messages matching a pattern
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -10,7 +10,7 @@ mboxgrep \- displays email messages matching a pattern
|
|||||||
This manual page refers to
|
This manual page refers to
|
||||||
.B mboxgrep
|
.B mboxgrep
|
||||||
version
|
version
|
||||||
.BR 0.7.12 .
|
.BR 0.7.12a .
|
||||||
.PP
|
.PP
|
||||||
.B mboxgrep
|
.B mboxgrep
|
||||||
scans a
|
scans a
|
||||||
|
Binary file not shown.
@ -5,8 +5,8 @@
|
|||||||
@setchapternewpage odd
|
@setchapternewpage odd
|
||||||
|
|
||||||
@set EDITION 0.7
|
@set EDITION 0.7
|
||||||
@set VERSION 0.7.12
|
@set VERSION 0.7.12a
|
||||||
@set UPDATED 20 May 2023
|
@set UPDATED 21 May 2023
|
||||||
|
|
||||||
@dircategory Mail
|
@dircategory Mail
|
||||||
@direntry
|
@direntry
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#define MBOXGREP_H
|
#define MBOXGREP_H
|
||||||
|
|
||||||
#define APPNAME "mboxgrep"
|
#define APPNAME "mboxgrep"
|
||||||
#define VERSION "0.7.12"
|
#define VERSION "0.7.12a"
|
||||||
#define BUGREPORT_ADDR "dspiljar AT datatipp.se"
|
#define BUGREPORT_ADDR "dspiljar AT datatipp.se"
|
||||||
|
|
||||||
#define HOST_NAME_SIZE 256
|
#define HOST_NAME_SIZE 256
|
||||||
|
Loading…
Reference in New Issue
Block a user