Miller 3.3.2

This commit is contained in:
John Kerl 2016-01-10 21:53:07 -05:00
parent 656f67833a
commit 5d889a2fa8
2 changed files with 2 additions and 2 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 "v3.2.2-dev"
#define MLR_VERSION "v3.2.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],[3.2.2-dev])
AC_INIT([mlr],[3.3.2])
AC_CONFIG_SRCDIR([c/mlrmain.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([autotools])