From 44901aede77c59586dc736bc28d779eb755190fc Mon Sep 17 00:00:00 2001 From: John Kerl Date: Tue, 29 Dec 2015 15:13:09 -0500 Subject: [PATCH] Miller 3.2.2 --- doc/mlr.1.premade | 2 +- doc/reference.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mlr.1.premade b/doc/mlr.1.premade index a87323851..48388cf71 100644 --- a/doc/mlr.1.premade +++ b/doc/mlr.1.premade @@ -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. (Miller can handle positionally-indexed data as a special -case.) This manpage documents Miller v3.1.2-dev. +case.) This manpage documents Miller v3.2.2. .SH "EXAMPLES" .sp diff --git a/doc/reference.html b/doc/reference.html index 1f6657d89..61586c0ba 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -456,7 +456,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 v3.1.2-dev. +http://github.com/johnkerl/miller. This is Miller version v3.2.2.