Skip to content

Commit

Permalink
Bump version to 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ckolivas committed Nov 5, 2013
1 parent 5d7c99f commit 829f068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions NEWS
@@ -1,7 +1,5 @@
Version 3.7.1 - 5th November 2013
Version 3.7.2 - 5th November 2013

- Return ETIMEDOUT regardless if we fail in cgsem_mswait since we may be waiting
on it on shutdown and the return response is harmless.
- Clean up completely on avalon shutdown.
- Use cgsem timed waits in avalon driver to not miss any queued wake ups to
account for async messages coming during a flush work.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [3])
m4_define([v_min], [7])
m4_define([v_mic], [1])
m4_define([v_mic], [2])
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_ver], [v_maj.v_min.v_mic])
m4_define([lt_rev], m4_eval(v_maj + v_min))
Expand Down

0 comments on commit 829f068

Please sign in to comment.