Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Mar 25, 2024
1 parent 2047292 commit 8df00b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ Kernel authors can then rebind to the native APIs of the interpreter that is bei

| xeus | xtl | nlohmann json |
|---------|----------------|---------------|
| master | >=0.7.0,<0.8.0 | ^3.2.0 |
| 3.x | >=0.7.0,<0.8.0 | ^3.2.0 |
| master | >=0.7.0,<0.8.0 | ^3.11.0 |
| 4.x | >=0.7.0,<0.8.0 | ^3.11.0 |
| 3.x | >=0.7.0,<0.8.0 | ^3.2.0 |

Versions prior to version 3 also depend on the following libraries: [`ZeroMQ`](https://github.com/zeromq/libzmq),
[`cppzmq`](https://github.com/zeromq/cppzmq), and [`OpenSSL`](https://github.com/openssl/openssl).
Expand Down
4 changes: 2 additions & 2 deletions include/xeus/xeus.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
// Project version
#define XEUS_VERSION_MAJOR 4
#define XEUS_VERSION_MINOR 0
#define XEUS_VERSION_PATCH 0
#define XEUS_VERSION_PATCH 1

// Binary version
#define XEUS_BINARY_CURRENT 10
#define XEUS_BINARY_REVISION 0
#define XEUS_BINARY_REVISION 1
#define XEUS_BINARY_AGE 0

// Kernel protocol version
Expand Down

0 comments on commit 8df00b0

Please sign in to comment.