Navigation Menu

Skip to content

Commit

Permalink
reptyr 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Dec 5, 2018
1 parent 44b9618 commit f4e92a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
* 0.7.0 (Dec 05, 2018)
- Add bash completion support
- Fix compilation with musl libc, CentOS, or GCC 7+
- Support for PowerPC and aarch64

* 0.6.2 (Jan 31, 2015)
- Fix tty-stealing on i386

Expand Down
2 changes: 1 addition & 1 deletion reptyr.h
Expand Up @@ -20,7 +20,7 @@
* THE SOFTWARE.
*/

#define REPTYR_VERSION "0.6.2"
#define REPTYR_VERSION "0.7.0"

#define assert_nonzero(expr) ({ \
typeof(expr) __val = expr; \
Expand Down

0 comments on commit f4e92a9

Please sign in to comment.