Skip to content

Commit

Permalink
1.6.1 tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jan 19, 2018
1 parent c99e3db commit e63a1d6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ endif

EXTRA_DIST = COPYRIGHT TODO m4 README.md NEWS.md

dist-hook:
git log > $(distdir)/ChangeLog
# make dist complains about missing NEWS file
NEWS: NEWS.md
cp NEWS.md $@
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# MPB Release Notes

## MPB 1.6.1

1/18/2018

* Corrected some minor release glitches.

## MPB 1.6

1/18/2018
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(mpb, 1.6-dev, [email protected])
AC_INIT(mpb, 1.6.1, [email protected])
AC_CONFIG_SRCDIR([src/matrices/matrices.c])
AC_CONFIG_HEADER([config.h src/mpbconf.h])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit e63a1d6

Please sign in to comment.