Skip to content

Commit 500ad0c

Browse files
committed
v0.4.0
1 parent 64b67ea commit 500ad0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/xeus-javascript/xeus_javascript_config.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
// Project version
1313
#define XEUS_JAVASCRIPT_VERSION_MAJOR 0
14-
#define XEUS_JAVASCRIPT_VERSION_MINOR 3
15-
#define XEUS_JAVASCRIPT_VERSION_PATCH 4
14+
#define XEUS_JAVASCRIPT_VERSION_MINOR 4
15+
#define XEUS_JAVASCRIPT_VERSION_PATCH 0
1616

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

0 commit comments

Comments
 (0)