From 62ee9c881ad82d77d0b0fbd7a97d56acb6750c1a Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sun, 8 May 2016 22:55:09 -0400 Subject: [PATCH] Miller 4.0.0 --- c/mlrvers.h | 2 +- configure.ac | 2 +- doc/mlr.1 | 6 +++--- doc/reference.html | 2 +- mlr.spec | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/c/mlrvers.h b/c/mlrvers.h index d2f1fc958b..152fbf1c35 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.5.0-dev" +#define MLR_VERSION "v4.0.0" #endif // MLRVERS_H diff --git a/configure.ac b/configure.ac index 14150e7d0f..42c0d356b2 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.5.0-dev]) +AC_INIT([mlr],[4.0.0]) 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 f22a219288..cb1543a1f1 100644 --- a/doc/mlr.1 +++ b/doc/mlr.1 @@ -2,12 +2,12 @@ .\" Title: mlr .\" Author: [see the "AUTHOR" section] .\" Generator: ./mkman.rb -.\" Date: 2016-05-06 +.\" Date: 2016-05-09 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "MILLER" "1" "2016-05-06" "\ \&" "\ \&" +.TH "MILLER" "1" "2016-05-09" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Portability definitions .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -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 and JSON. (Miller can handle positionally-indexed data as a special -case.) This manpage documents Miller v3.5.0-dev. +case.) This manpage documents Miller v4.0.0. .SH "EXAMPLES" .sp diff --git a/doc/reference.html b/doc/reference.html index 259c9dd46b..359d3eb118 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -525,7 +525,7 @@ 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.5.0-dev. +http://github.com/johnkerl/miller. This is Miller version v4.0.0.

diff --git a/mlr.spec b/mlr.spec index 2a2248efc0..dbe92f0779 100644 --- a/mlr.spec +++ b/mlr.spec @@ -1,6 +1,6 @@ Summary: Name-indexed data processing tool Name: mlr -Version: 3.5.0 +Version: 4.0.0 Release: 1%{?dist} License: BSD2 Group: Applications/Text