Skip to content

Commit

Permalink
Miller 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Dec 9, 2015
1 parent d1cd066 commit 08091b0
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 "v3.1.1-dev"
#define MLR_VERSION "v3.1.2"
#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],[3.1.1-dev])
AC_INIT([mlr],[3.1.2])
AC_CONFIG_SRCDIR([c/mlrmain.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([autotools])
Expand Down

0 comments on commit 08091b0

Please sign in to comment.