From a3a24583bae983c450e29edfbbce9e19362ce6d8 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 27 Feb 2017 23:26:14 -0500 Subject: [PATCH] Miller 5.0.0 release --- c/mlrvers.h | 2 +- configure.ac | 2 +- doc/manpage.html | 2 +- doc/manpage.txt | 2 +- doc/mlr.1 | 2 +- doc/reference.html | 2 +- mlr.spec | 6 +++++- 7 files changed, 11 insertions(+), 7 deletions(-) diff --git a/c/mlrvers.h b/c/mlrvers.h index 8fef518364..9ed14bd4cf 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.0.0-alpha" +#define MLR_VERSION "v5.0.0" #endif // MLRVERS_H diff --git a/configure.ac b/configure.ac index cef1e8e8a2..0cc530a221 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.0.0-alpha]) +AC_INIT([mlr],[5.0.0]) 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 66577ec917..5dad9a33e2 100644 --- a/doc/manpage.html +++ b/doc/manpage.html @@ -210,7 +210,7 @@ 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.0.0-alpha. + manpage documents Miller v5.0.0. EXAMPLES COMMAND-LINE SYNTAX diff --git a/doc/manpage.txt b/doc/manpage.txt index 019f1e484f..e31b3d0ff9 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.0.0-alpha. + manpage documents Miller v5.0.0. EXAMPLES COMMAND-LINE SYNTAX diff --git a/doc/mlr.1 b/doc/mlr.1 index 309eb4ba34..2551ea0349 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.0.0-alpha. +a special case.) This manpage documents Miller v5.0.0. .SH "EXAMPLES" .sp diff --git a/doc/reference.html b/doc/reference.html index c4ab5de0bd..7768c22035 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -1497,7 +1497,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 v5.0.0-alpha. +http://github.com/johnkerl/miller. This is Miller version v5.0.0.

diff --git a/mlr.spec b/mlr.spec index d0361937d2..774db127af 100644 --- a/mlr.spec +++ b/mlr.spec @@ -1,6 +1,6 @@ Summary: Name-indexed data processing tool Name: mlr -Version: 4.5.0 +Version: 5.0.0 Release: 1%{?dist} License: BSD2 Group: Applications/Text @@ -41,6 +41,10 @@ rm -rf ${RPM_BUILD_ROOT} %defattr(-,root,root) %changelog +* Mon Feb 27 2017 John Kerl +- 5.0.0 release +* Sun Aug 21 2016 John Kerl +- 4.5.0 release * Mon Apr 04 2016 John Kerl - 3.5.0 release * Sun Feb 14 2016 John Kerl