Skip to content

Commit

Permalink
5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Jun 20, 2017
1 parent 1429bd4 commit 5d7c104
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion c/mlrvers.h
Original file line number Diff line number Diff line change
@@ -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.0-dev"
#define MLR_VERSION "v5.2.1"
#endif // MLRVERS_H
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.60])
# Manually increment on updates to https://github.com/johnkerl/miller/releases
AC_INIT([mlr],[5.2.0-dev])
AC_INIT([mlr],[5.2.1])
AC_CONFIG_SRCDIR([c/mlrmain.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([autotools])
Expand Down
4 changes: 2 additions & 2 deletions doc/manpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,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.2.0-dev.
manpage documents Miller v5.2.1.

EXAMPLES
COMMAND-LINE SYNTAX
Expand Down Expand Up @@ -2228,7 +2228,7 @@



2017-06-19 MILLER(1)
2017-06-20 MILLER(1)
</pre>
</div>
<p/>
Expand Down
4 changes: 2 additions & 2 deletions doc/manpage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-dev.
manpage documents Miller v5.2.1.

EXAMPLES
COMMAND-LINE SYNTAX
Expand Down Expand Up @@ -2035,4 +2035,4 @@ SEE ALSO



2017-06-19 MILLER(1)
2017-06-20 MILLER(1)
6 changes: 3 additions & 3 deletions doc/mlr.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: mlr
.\" Author: [see the "AUTHOR" section]
.\" Generator: ./mkman.rb
.\" Date: 2017-06-19
.\" Date: 2017-06-20
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "MILLER" "1" "2017-06-19" "\ \&" "\ \&"
.TH "MILLER" "1" "2017-06-20" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Portability definitions
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -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.0-dev.
a special case.) This manpage documents Miller v5.2.1.
.SH "EXAMPLES"
.sp

Expand Down
2 changes: 1 addition & 1 deletion doc/reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,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.2.0-dev.
http://github.com/johnkerl/miller. This is Miller version v5.2.1.
</pre>
</div>
<p/>
Expand Down
4 changes: 3 additions & 1 deletion mlr.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Name-indexed data processing tool
Name: mlr
Version: 5.2.0
Version: 5.2.1
Release: 1%{?dist}
License: BSD2
Group: Applications/Text
Expand Down Expand Up @@ -41,6 +41,8 @@ rm -rf ${RPM_BUILD_ROOT}
%defattr(-,root,root)

%changelog
* Mon Jun 19 2017 John Kerl <[email protected]>
- 5.2.1 release
* Sun Jun 11 2017 John Kerl <[email protected]>
- 5.2.0 release
* Thu Apr 13 2017 John Kerl <[email protected]>
Expand Down

0 comments on commit 5d7c104

Please sign in to comment.