Skip to content

Commit fa2f01f

Browse files
committed
Release 0.8.0
1 parent 8b7a7d1 commit fa2f01f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/xeus-r/xeus_r_config.hpp

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

1212
// Project version
1313
#define XEUS_R_VERSION_MAJOR 0
14-
#define XEUS_R_VERSION_MINOR 7
15-
#define XEUS_R_VERSION_PATCH 1
14+
#define XEUS_R_VERSION_MINOR 8
15+
#define XEUS_R_VERSION_PATCH 0
1616

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

0 commit comments

Comments
 (0)