From 2c416b392ad00dec7d6577744e52c0ae8d0d503c Mon Sep 17 00:00:00 2001 From: John Kerl Date: Tue, 23 Mar 2021 23:02:54 -0400 Subject: [PATCH] 5.10.2 --- 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 1a10b5474..ce16acade 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.10.1" +#define MLR_VERSION "v5.10.2" #endif // MLRVERS_H diff --git a/configure.ac b/configure.ac index 247989e09..0f64527bd 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.10.1]) +AC_INIT([mlr],[5.10.2]) 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 3d235e9a9..28426cb75 100644 --- a/miller.spec +++ b/miller.spec @@ -1,6 +1,6 @@ Summary: Name-indexed data processing tool Name: miller -Version: 5.10.1 +Version: 5.10.2 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 +* Tue Mar 23 2021 John Kerl - 5.10.2-1 +- 5.10.2 release + * Sun Mar 21 2021 John Kerl - 5.10.1-1 - 5.10.1 release