Skip to content

Commit

Permalink
Miller 3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Dec 5, 2015
1 parent 91e77c6 commit e71ee1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.0.1-dev"
#define MLR_VERSION "v3.1.0"
#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.0.1-dev])
AC_INIT([mlr],[3.1.0])
AC_CONFIG_SRCDIR([c/mlrmain.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([autotools])
Expand Down
2 changes: 1 addition & 1 deletion doc/mlr.1.premade
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ on integer-indexed fields: if the natural data structure for the latter is the
array, then Miller's natural data structure is the insertion-ordered hash map.
This encompasses a variety of data formats, including but not limited to the
familiar CSV. (Miller can handle positionally-indexed data as a special
case.) This manpage documents Miller v3.0.1-dev.
case.) This manpage documents Miller v3.1.0.
.SH "EXAMPLES"
.sp

Expand Down
2 changes: 1 addition & 1 deletion doc/reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
mlr stats1 -a min,mean,max -f flag,u,v -g color then sort -f color

For more information please see http://johnkerl.org/miller/doc and/or
http://github.com/johnkerl/miller. This is Miller version v3.0.1-dev.
http://github.com/johnkerl/miller. This is Miller version v3.1.0.
</pre>
</div>
<p/>
Expand Down

0 comments on commit e71ee1d

Please sign in to comment.