Skip to content

Commit 4a08aa3

Browse files
authored
Update xeus-cpp version to 0.8.0 dev
1 parent 6dcf09a commit 4a08aa3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/xeus-cpp/xeus_cpp_config.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111

1212
// Project version
1313
#define XEUS_CPP_VERSION_MAJOR 0
14-
#define XEUS_CPP_VERSION_MINOR 7
15-
#define XEUS_CPP_VERSION_PATCH 1
14+
#define XEUS_CPP_VERSION_MINOR 8
15+
#define XEUS_CPP_VERSION_PATCH 0
16+
#define XEUS_CPP_VERSION_LABEL dev
1617

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

0 commit comments

Comments
 (0)