Skip to content

Commit df191a1

Browse files
authored
Release 0.7.2 (#376)
1 parent 64e0919 commit df191a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xeus-cpp/xeus_cpp_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// Project version
1313
#define XEUS_CPP_VERSION_MAJOR 0
1414
#define XEUS_CPP_VERSION_MINOR 7
15-
#define XEUS_CPP_VERSION_PATCH 1
15+
#define XEUS_CPP_VERSION_PATCH 2
1616

1717
// Composing the version string from major, minor and patch
1818
#define XEUS_CPP_CONCATENATE(A, B) XEUS_CPP_CONCATENATE_IMPL(A, B)

0 commit comments

Comments
 (0)