Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
murraycu committed Mar 18, 2016
1 parent 5d4031d commit 5251d21
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.0.3:

* Relicense under LGPL instead of GPL.
(Murray Cumming)
* test_tuple_transform_each: Comment out constexpr test that fails with g++.
(Murray Cumming)
* Build: Remove mention of removed file.
(Murray Cumming)


0.0.2:

* Use perfect forwarding.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([murrayc-tuple-utils],[0.0.2])
AC_INIT([murrayc-tuple-utils],[0.0.3])
AC_PREREQ(2.63)

AC_CONFIG_SRCDIR([tests/test_tuple_cdr.cc])
Expand Down

0 comments on commit 5251d21

Please sign in to comment.