We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226a6ae commit f158266Copy full SHA for f158266
include/xeus/xeus.hpp
@@ -27,13 +27,13 @@
27
// Project version
28
#define XEUS_VERSION_MAJOR 5
29
#define XEUS_VERSION_MINOR 2
30
-#define XEUS_VERSION_PATCH 5
+#define XEUS_VERSION_PATCH 6
31
32
// Binary version
33
// See the following URL for explanations about the binary versionning
34
// https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
35
#define XEUS_BINARY_CURRENT 13
36
-#define XEUS_BINARY_REVISION 3
+#define XEUS_BINARY_REVISION 4
37
#define XEUS_BINARY_AGE 0
38
39
// Kernel protocol version
0 commit comments