File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,10 @@ See the [documentation](http://xeus.readthedocs.io/) for an exhaustive list of t
69
69
70
70
| xeus-zmq | xeus | ZeroMQ | cppzmq | nlohmann json | OpenSSL |
71
71
|----------|---------|---------|---------|---------------|---------|
72
- | main | ^5.0.0 | ^4.2.5 | ^4.8.1 | ^3.11.3 | ^3.0 |
73
- | 3.x | ^5.0.0 | ^4.2.5 | ^4.8.1 | ^3.11.3 | ^3.0 |
72
+ | main | ^5.2.4 | ^4.2.5 | ^4.8.1 | ^3.12.0 | ^3.0 |
73
+ | 3.1.1 | ^5.2.4 | ^4.2.5 | ^4.8.1 | ^3.12.0 | ^3.0 |
74
+ | 3.1.0 | ^5.0.0 | ^4.2.5 | ^4.8.1 | ^3.11.3 | ^3.0 |
75
+ | 3.0.0 | ^5.0.0 | ^4.2.5 | ^4.8.1 | ^3.11.3 | ^3.0 |
74
76
75
77
Versions prior to version 3 depend have an additional dependency on [xtl](https://github.com/xtensor-stack/xtl).
76
78
Original file line number Diff line number Diff line change 27
27
// Project version
28
28
#define XEUS_ZMQ_VERSION_MAJOR 3
29
29
#define XEUS_ZMQ_VERSION_MINOR 1
30
- #define XEUS_ZMQ_VERSION_PATCH 0
30
+ #define XEUS_ZMQ_VERSION_PATCH 1
31
31
32
32
// Binary version
33
33
// See the following URL for explanations about the binary versionning
34
34
// https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
35
35
#define XEUS_ZMQ_BINARY_CURRENT 7
36
- #define XEUS_ZMQ_BINARY_REVISION 0
36
+ #define XEUS_ZMQ_BINARY_REVISION 1
37
37
#define XEUS_ZMQ_BINARY_AGE 1
38
38
39
39
#endif
You can’t perform that action at this time.
0 commit comments