Skip to content

Commit

Permalink
Miller 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Oct 19, 2015
1 parent aa303c6 commit 1600bc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c/mlrvers.h
Original file line number Diff line number Diff line change
@@ -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.0"
#define MLR_VERSION "v2.3.1"
#endif // MLRVERS_H
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.60])
# Manually increment on updates to https://github.com/johnkerl/miller/releases
AC_INIT([mlr],[2.3.0])
AC_INIT([mlr],[2.3.1])
AC_CONFIG_SRCDIR([c/mlrmain.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([autotools])
Expand Down

0 comments on commit 1600bc6

Please sign in to comment.