post-4.2.0

This commit is contained in:
John Kerl 2016-06-20 21:21:16 -04:00
parent 1668fece1b
commit 73a820fa74
4 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
#ifndef MLRVERS_H
#define MLRVERS_H
// Manually increment on updates to https://github.com/johnkerl/miller/releases
#define MLR_VERSION "v4.2.0"
#define MLR_VERSION "v4.2.0-dev"
#endif // MLRVERS_H

View file

@ -1,6 +1,6 @@
AC_PREREQ([2.60])
# Manually increment on updates to https://github.com/johnkerl/miller/releases
AC_INIT([mlr],[4.2.0])
AC_INIT([mlr],[4.2.0-dev])
AC_CONFIG_SRCDIR([c/mlrmain.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([autotools])

View file

@ -2,12 +2,12 @@
.\" Title: mlr
.\" Author: [see the "AUTHOR" section]
.\" Generator: ./mkman.rb
.\" Date: 2016-06-20
.\" Date: 2016-06-21
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "MILLER" "1" "2016-06-20" "\ \&" "\ \&"
.TH "MILLER" "1" "2016-06-21" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Portability definitions
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -38,7 +38,7 @@ on integer-indexed fields: if the natural data structure for the latter is the
array, then Miller's natural data structure is the insertion-ordered hash map.
This encompasses a variety of data formats, including but not limited to the
familiar CSV and JSON. (Miller can handle positionally-indexed data as a special
case.) This manpage documents Miller v4.2.0.
case.) This manpage documents Miller v4.2.0-dev.
.SH "EXAMPLES"
.sp

View file

@ -545,7 +545,7 @@ Output of one verb may be chained as input to another using "then", e.g.
mlr stats1 -a min,mean,max -f flag,u,v -g color then sort -f color
For more information please see http://johnkerl.org/miller/doc and/or
http://github.com/johnkerl/miller. This is Miller version v4.2.0.
http://github.com/johnkerl/miller. This is Miller version v4.2.0-dev.
</pre>
</div>
<p/>