From f7a53cdce3bf78d3ab8fcb24c8beb0804847b2fd Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sun, 3 Jul 2016 13:51:00 -0400 Subject: [PATCH] post-4.3.0 --- c/mlrvers.h | 2 +- c/todo.txt | 12 ------------ configure.ac | 2 +- doc/mlr.1 | 2 +- doc/reference.html | 2 +- 5 files changed, 4 insertions(+), 16 deletions(-) diff --git a/c/mlrvers.h b/c/mlrvers.h index 7ab6c352e..fefbfa6ee 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 "v4.3.0" +#define MLR_VERSION "v4.3.0-dev" #endif // MLRVERS_H diff --git a/c/todo.txt b/c/todo.txt index 155e6f7e9..5c7ec4fcd 100644 --- a/c/todo.txt +++ b/c/todo.txt @@ -12,18 +12,6 @@ TOP OF LIST: ! go through lmag article & clarify all unclears -* 4.3.0: - - interpolated-percentile option - - bugfixed percentiles @ merge-fields; also interp there - - --omd - - MLR_CSV_DEFAULT_RS - - printn - - --quote-original; xref to possible sticky/derived feature (or not). - - output-quoting bugfix - - strptime message - - uniq-assert on boundvars w/in each for - - new/modified cookbook entries - * for 4.4.0: ! output to multiple files by key - particular verb; needs -a diff --git a/configure.ac b/configure.ac index f257a52a4..6c73ec822 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],[4.3.0]) +AC_INIT([mlr],[4.3.0-dev]) AC_CONFIG_SRCDIR([c/mlrmain.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([autotools]) diff --git a/doc/mlr.1 b/doc/mlr.1 index a1ec5eb2f..069463e65 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 v4.3.0. +a special case.) This manpage documents Miller v4.3.0-dev. .SH "EXAMPLES" .sp diff --git a/doc/reference.html b/doc/reference.html index b7a67823d..eaca40fc8 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -571,7 +571,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.3.0. +http://github.com/johnkerl/miller. This is Miller version v4.3.0-dev.