diff --git a/c/mlrvers.h b/c/mlrvers.h index 4ae711aa5..f3fd1ca68 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.3.0" +#define MLR_VERSION "v5.3.0-dev" #endif // MLRVERS_H diff --git a/configure.ac b/configure.ac index 4731471f4..c7027acee 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.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]) diff --git a/doc/manpage.html b/doc/manpage.html index e15495fc6..cf506881f 100644 --- a/doc/manpage.html +++ b/doc/manpage.html @@ -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 diff --git a/doc/manpage.txt b/doc/manpage.txt index c74739f6a..a2edcf370 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.3.0. + manpage documents Miller v5.3.0-dev. EXAMPLES COMMAND-LINE SYNTAX diff --git a/doc/mlr.1 b/doc/mlr.1 index 5ce726fe4..e99d706c9 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.3.0. +a special case.) This manpage documents Miller v5.3.0-dev. .SH "EXAMPLES" .sp diff --git a/doc/reference.html b/doc/reference.html index fefcd9b4c..5a0bdb2a6 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -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.
diff --git a/mlr.spec b/mlr.spec index b0c6f95b0..5cb53e19f 100644 --- a/mlr.spec +++ b/mlr.spec @@ -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