Skip to content

Commit

Permalink
Step PEV major version, breaking ABI change!
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Oct 20, 2024
1 parent e88bb08 commit 0c8eefe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.8
VERSION = 2.0
NAME = pev
PKG = $(NAME)-$(VERSION)
ARCHIVE = $(PKG).tar.gz
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ free for use in the [*public domain*](UNLICENSE).
Upgrade Warnings
----------------

Heads-up, breaking changes in these versions!

* v1.3 changes timer resolution from 1 second to 1 microsecond
* v1.5 changes timer API to add support for one-shot timers
* v2.0 timer callbacks now get `id` as first argument, not timeout

See [ChangeLog](ChangeLog.md) for details.

Expand Down

0 comments on commit 0c8eefe

Please sign in to comment.