mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 07:30:43 +00:00
post 3.2.2
This commit is contained in:
parent
44901aede7
commit
405e85c8df
2 changed files with 2 additions and 2 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 "v3.2.2"
|
||||
#define MLR_VERSION "v3.2.2-dev"
|
||||
#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],[3.2.2])
|
||||
AC_INIT([mlr],[3.2.2-dev])
|
||||
AC_CONFIG_SRCDIR([c/mlrmain.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_AUX_DIR([autotools])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue