From d74bcba22f546eca8b848d760b751b1b1889af2c Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 19 Jun 2017 22:40:10 -0400 Subject: [PATCH] post-5.2.1 --- c/mlrvers.h | 2 +- configure.ac | 2 +- doc/manpage.html | 2 +- doc/manpage.txt | 2 +- doc/mlr.1 | 2 +- doc/reference.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/c/mlrvers.h b/c/mlrvers.h index 25f07e031..7e733e26a 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 "v5.2.1" +#define MLR_VERSION "v5.2.1-dev" #endif // MLRVERS_H diff --git a/configure.ac b/configure.ac index 33f2a3bad..9a06cbcab 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],[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]) diff --git a/doc/manpage.html b/doc/manpage.html index 21904fd73..e119d03f7 100644 --- a/doc/manpage.html +++ b/doc/manpage.html @@ -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 diff --git a/doc/manpage.txt b/doc/manpage.txt index d679de1dd..124329d70 100644 --- a/doc/manpage.txt +++ b/doc/manpage.txt @@ -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 diff --git a/doc/mlr.1 b/doc/mlr.1 index ebacbe3de..785abed57 100644 --- a/doc/mlr.1 +++ b/doc/mlr.1 @@ -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 diff --git a/doc/reference.html b/doc/reference.html index aeafb88b0..a8ac2321e 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -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.