mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
5.10.1
This commit is contained in:
parent
48f096c8d1
commit
20cde18d49
3 changed files with 6 additions and 3 deletions
|
|
@ -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.9.1-dev"
|
||||
#define MLR_VERSION "v5.10.0"
|
||||
#endif // MLRVERS_H
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
AC_PREREQ([2.60])
|
||||
# Manually increment on updates to https://github.com/johnkerl/miller/releases
|
||||
AC_INIT([mlr],[5.9.1-dev])
|
||||
AC_INIT([mlr],[5.10.0])
|
||||
AC_CONFIG_SRCDIR([c/mlrmain.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_AUX_DIR([autotools])
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Summary: Name-indexed data processing tool
|
||||
Name: miller
|
||||
Version: 5.9.1
|
||||
Version: 5.10.0
|
||||
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 Nov 29 2020 John Kerl <kerl.john.r@gmail.com> - 5.10.0-1
|
||||
- 5.10.0 release
|
||||
|
||||
* Wed Sep 02 2020 John Kerl <kerl.john.r@gmail.com> - 5.9.1-1
|
||||
- 5.9.1 release
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue