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 c2f5a44 commit 33f56f8Copy full SHA for 33f56f8
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 3
+#define XEUS_VERSION_PATCH 4
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 1
+#define XEUS_BINARY_REVISION 2
37
#define XEUS_BINARY_AGE 0
38
39
// Kernel protocol version
0 commit comments