From 228d2da474ae253c02c5661113aa660c7437e5ae Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 26 Oct 2015 21:31:48 -0400 Subject: [PATCH] Miller 2.3.2 --- c/mlrvers.h | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c/mlrvers.h b/c/mlrvers.h index 264a043e40..509c4e724b 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 "v2.3.1" +#define MLR_VERSION "v2.3.2" #endif // MLRVERS_H diff --git a/configure.ac b/configure.ac index e264931501..b01dedacf9 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],[2.3.1]) +AC_INIT([mlr],[2.3.2]) AC_CONFIG_SRCDIR([c/mlrmain.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([autotools])