This commit is contained in:
John Kerl 2021-03-21 22:27:48 -04:00
parent acc354f930
commit 25bf7b1093
4 changed files with 7 additions and 4 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.10.0-dev"
#define MLR_VERSION "v5.10.1"
#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.10.0-dev])
AC_INIT([mlr],[5.10.1])
AC_CONFIG_SRCDIR([c/mlrmain.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([autotools])

View file

@ -22,7 +22,7 @@ copyright = '2020, John Kerl'
author = 'John Kerl'
# The full version, including alpha/beta/rc tags
release = '5.10.0'
release = '5.10.1'
# -- General configuration ---------------------------------------------------
master_doc = 'index'

View file

@ -1,6 +1,6 @@
Summary: Name-indexed data processing tool
Name: miller
Version: 5.10.0
Version: 5.10.1
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 Mar 21 2021 John Kerl <kerl.john.r@gmail.com> - 5.10.1-1
- 5.10.1 release
* Sun Nov 29 2020 John Kerl <kerl.john.r@gmail.com> - 5.10.0-1
- 5.10.0 release