Skip to content

Commit ea0be98

Browse files
committed
Release 3.1.1
1 parent 5cc91ad commit ea0be98

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@ See the [documentation](http://xeus.readthedocs.io/) for an exhaustive list of t
6969
7070
| xeus-zmq | xeus | ZeroMQ | cppzmq | nlohmann json | OpenSSL |
7171
|----------|---------|---------|---------|---------------|---------|
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 |
7476
7577
Versions prior to version 3 depend have an additional dependency on [xtl](https://github.com/xtensor-stack/xtl).
7678

include/xeus-zmq/xeus-zmq.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
// Project version
2828
#define XEUS_ZMQ_VERSION_MAJOR 3
2929
#define XEUS_ZMQ_VERSION_MINOR 1
30-
#define XEUS_ZMQ_VERSION_PATCH 0
30+
#define XEUS_ZMQ_VERSION_PATCH 1
3131

3232
// Binary version
3333
// See the following URL for explanations about the binary versionning
3434
// https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
3535
#define XEUS_ZMQ_BINARY_CURRENT 7
36-
#define XEUS_ZMQ_BINARY_REVISION 0
36+
#define XEUS_ZMQ_BINARY_REVISION 1
3737
#define XEUS_ZMQ_BINARY_AGE 1
3838

3939
#endif

0 commit comments

Comments
 (0)