From 5f238576d3e2d144f734b0ea98e692dabe12fe74 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sun, 26 Jan 2020 11:18:34 -0500 Subject: [PATCH] 5.6.3 prep --- c/mlrvers.h | 2 +- configure.ac | 2 +- miller.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/c/mlrvers.h b/c/mlrvers.h index 30caed392..32c82405a 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.6.2-dev" +#define MLR_VERSION "v5.6.3" #endif // MLRVERS_H diff --git a/configure.ac b/configure.ac index f12d1a084..ce713f91b 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.6.2-dev]) +AC_INIT([mlr],[5.6.3]) AC_CONFIG_SRCDIR([c/mlrmain.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([autotools]) diff --git a/miller.spec b/miller.spec index 3c4bad959..7aa88cc58 100644 --- a/miller.spec +++ b/miller.spec @@ -1,6 +1,6 @@ Summary: Name-indexed data processing tool Name: miller -Version: 5.6.1 +Version: 5.6.3 Release: 1%{?dist} License: BSD Source: https://github.com/johnkerl/miller/releases/download/%{version}/mlr-%{version}.tar.gz @@ -35,6 +35,9 @@ make check %{_mandir}/man1/mlr.1* %changelog +* Sun Jan 26 2020 John Kerl - 5.6.3-1 +- 5.6.3 release + * Sat Sep 21 2019 John Kerl - 5.6.2-1 - 5.6.2 release