From cbd166208bafbb6d8ae6502db82071765dfd6230 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Thu, 26 Nov 2015 21:46:52 -0500 Subject: [PATCH] post-3.0.1 --- 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 28fac6525..91708bc60 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 "v3.0.1" +#define MLR_VERSION "v3.0.1-dev" #endif // MLRVERS_H diff --git a/configure.ac b/configure.ac index 471a9493e..0c4306f19 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],[3.0.1]) +AC_INIT([mlr],[3.0.1-dev]) AC_CONFIG_SRCDIR([c/mlrmain.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([autotools])