Skip to content

Commit 8ecc026

Browse files
committed
Release 3.1.0
1 parent d858403 commit 8ecc026

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/xeus-zmq/xeus-zmq.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626

2727
// Project version
2828
#define XEUS_ZMQ_VERSION_MAJOR 3
29-
#define XEUS_ZMQ_VERSION_MINOR 0
29+
#define XEUS_ZMQ_VERSION_MINOR 1
3030
#define XEUS_ZMQ_VERSION_PATCH 0
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
35-
#define XEUS_ZMQ_BINARY_CURRENT 6
35+
#define XEUS_ZMQ_BINARY_CURRENT 7
3636
#define XEUS_ZMQ_BINARY_REVISION 0
37-
#define XEUS_ZMQ_BINARY_AGE 0
37+
#define XEUS_ZMQ_BINARY_AGE 1
3838

3939
#endif
4040

0 commit comments

Comments
 (0)