5.5.0 release

This commit is contained in:
John Kerl 2019-08-29 10:24:34 -04:00
parent b2c19b6176
commit 58cd0a2f42
6 changed files with 6 additions and 6 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.4.0-dev"
#define MLR_VERSION "v5.5.0"
#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.4.0-dev])
AC_INIT([mlr],[5.5.0])
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.4.0-dev.
manpage documents Miller v5.5.0.
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.4.0-dev.
manpage documents Miller v5.5.0.
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.4.0-dev.
a special case.) This manpage documents Miller v5.5.0.
.SH "EXAMPLES"
.sp

View file

@ -1723,7 +1723,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.4.0-dev.
http://github.com/johnkerl/miller. This is Miller version v5.5.0.
</pre>
</div>
<p/>