post-5.3.0

This commit is contained in:
John Kerl 2018-01-06 18:09:18 -05:00
parent 5c9dfe488c
commit f1ab9d308b
7 changed files with 9 additions and 7 deletions

View file

@ -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.3.0"
#define MLR_VERSION "v5.3.0-dev"
#endif // MLRVERS_H

View file

@ -1,6 +1,6 @@
AC_PREREQ([2.60])
# Manually increment on updates to https://github.com/johnkerl/miller/releases
AC_INIT([mlr],[5.3.0])
AC_INIT([mlr],[5.3.0-dev])
AC_CONFIG_SRCDIR([c/mlrmain.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([autotools])

View file

@ -212,7 +212,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.3.0.
manpage documents Miller v5.3.0-dev.
EXAMPLES
COMMAND-LINE SYNTAX

View file

@ -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.3.0.
manpage documents Miller v5.3.0-dev.
EXAMPLES
COMMAND-LINE SYNTAX

View file

@ -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.3.0.
a special case.) This manpage documents Miller v5.3.0-dev.
.SH "EXAMPLES"
.sp

View file

@ -1699,7 +1699,7 @@ Available subcommands:
For more information, please invoke mlr {subcommand} --help
For more information please see http://johnkerl.org/miller/doc and/or
http://github.com/johnkerl/miller. This is Miller version v5.3.0.
http://github.com/johnkerl/miller. This is Miller version v5.3.0-dev.
</pre>
</div>
<p/>

View file

@ -1,6 +1,6 @@
Summary: Name-indexed data processing tool
Name: mlr
Version: 5.2.2
Version: 5.3.0
Release: 1%{?dist}
License: BSD2
Group: Applications/Text
@ -41,6 +41,8 @@ rm -rf ${RPM_BUILD_ROOT}
%defattr(-,root,root)
%changelog
* Sat Jan 06 2018 John Kerl <kerl.john.r@gmail.com>
- 5.3.0 release
* Mon Jul 19 2017 John Kerl <kerl.john.r@gmail.com>
- 5.2.2 release
* Mon Jun 19 2017 John Kerl <kerl.john.r@gmail.com>