From e71ee1d2363f6a2f12da34adb92213848da66053 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sat, 5 Dec 2015 13:14:37 -0500 Subject: [PATCH] Miller 3.1.0 release --- c/mlrvers.h | 2 +- configure.ac | 2 +- doc/mlr.1.premade | 2 +- doc/reference.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/c/mlrvers.h b/c/mlrvers.h index 91708bc60..c23239959 100644 --- a/c/mlrvers.h +++ b/c/mlrvers.h @@ -1,5 +1,5 @@ #ifndef MLRVERS_H #define MLRVERS_H // Manually increment on updates to https://github.com/johnkerl/miller/releases -#define MLR_VERSION "v3.0.1-dev" +#define MLR_VERSION "v3.1.0" #endif // MLRVERS_H diff --git a/configure.ac b/configure.ac index 0c4306f19..8c4a37b87 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.60]) # Manually increment on updates to https://github.com/johnkerl/miller/releases -AC_INIT([mlr],[3.0.1-dev]) +AC_INIT([mlr],[3.1.0]) AC_CONFIG_SRCDIR([c/mlrmain.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([autotools]) diff --git a/doc/mlr.1.premade b/doc/mlr.1.premade index cbf157adb..1aa2dac48 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.0.1-dev. +case.) This manpage documents Miller v3.1.0. .SH "EXAMPLES" .sp diff --git a/doc/reference.html b/doc/reference.html index 7ad79e995..1cb4bc3d8 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -434,7 +434,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.0.1-dev. +http://github.com/johnkerl/miller. This is Miller version v3.1.0.