Skip to content

Commit

Permalink
reptyr 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Jun 4, 2023
1 parent d383b7f commit 1238097
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* 0.10.0 (Jun 04, 2023)
- Add arm7 and aarch64 support for FreeBSD

* 0.9.0 (Jun 12, 2022)
- Add RISCV64 support on Linux
- Fix tty-stealing on PowerPC
Expand Down
2 changes: 1 addition & 1 deletion reptyr.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* THE SOFTWARE.
*/

#define REPTYR_VERSION "0.8.0"
#define REPTYR_VERSION "0.10.0"

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

0 comments on commit 1238097

Please sign in to comment.