5.6.3 prep

This commit is contained in:
John Kerl 2020-01-26 11:18:34 -05:00
parent 8386e229d4
commit 5f238576d3
3 changed files with 6 additions and 3 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.6.2-dev"
#define MLR_VERSION "v5.6.3"
#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.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])

View file

@ -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 <kerl.john.r@gmail.com> - 5.6.3-1
- 5.6.3 release
* Sat Sep 21 2019 John Kerl <kerl.john.r@gmail.com> - 5.6.2-1
- 5.6.2 release