mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 10:15:36 +00:00
post-5.2.1
This commit is contained in:
parent
5d7c104023
commit
d74bcba22f
6 changed files with 6 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef MLRVERS_H
|
||||
#define MLRVERS_H
|
||||
// Manually increment on updates to https://github.com/johnkerl/miller/releases
|
||||
#define MLR_VERSION "v5.2.1"
|
||||
#define MLR_VERSION "v5.2.1-dev"
|
||||
#endif // MLRVERS_H
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
AC_PREREQ([2.60])
|
||||
# Manually increment on updates to https://github.com/johnkerl/miller/releases
|
||||
AC_INIT([mlr],[5.2.1])
|
||||
AC_INIT([mlr],[5.2.1-dev])
|
||||
AC_CONFIG_SRCDIR([c/mlrmain.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_AUX_DIR([autotools])
|
||||
|
|
|
|||
|
|
@ -211,7 +211,7 @@ DESCRIPTION
|
|||
insertion-ordered hash map. This encompasses a variety of data
|
||||
formats, including but not limited to the familiar CSV, TSV, and JSON.
|
||||
(Miller can handle positionally-indexed data as a special case.) This
|
||||
manpage documents Miller v5.2.1.
|
||||
manpage documents Miller v5.2.1-dev.
|
||||
|
||||
EXAMPLES
|
||||
COMMAND-LINE SYNTAX
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ DESCRIPTION
|
|||
insertion-ordered hash map. This encompasses a variety of data
|
||||
formats, including but not limited to the familiar CSV, TSV, and JSON.
|
||||
(Miller can handle positionally-indexed data as a special case.) This
|
||||
manpage documents Miller v5.2.1.
|
||||
manpage documents Miller v5.2.1-dev.
|
||||
|
||||
EXAMPLES
|
||||
COMMAND-LINE SYNTAX
|
||||
|
|
|
|||
|
|
@ -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, TSV, and JSON. (Miller can handle positionally-indexed data as
|
||||
a special case.) This manpage documents Miller v5.2.1.
|
||||
a special case.) This manpage documents Miller v5.2.1-dev.
|
||||
.SH "EXAMPLES"
|
||||
.sp
|
||||
|
||||
|
|
|
|||
|
|
@ -1565,7 +1565,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 v5.2.1.
|
||||
http://github.com/johnkerl/miller. This is Miller version v5.2.1-dev.
|
||||
</pre>
|
||||
</div>
|
||||
<p/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue