Skip to content

Commit 9a20c36

Browse files
committedFeb 10, 2024
Release 0.4.2
1 parent 2f324e2 commit 9a20c36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎include/xcanvas/xcanvas_config.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@
2525
// Project version
2626
#define XCANVAS_VERSION_MAJOR 0
2727
#define XCANVAS_VERSION_MINOR 4
28-
#define XCANVAS_VERSION_PATCH 1
28+
#define XCANVAS_VERSION_PATCH 2
2929

3030
// Binary version
3131
#define XCANVAS_BINARY_CURRENT 1
32-
#define XCANVAS_BINARY_REVISION 0
32+
#define XCANVAS_BINARY_REVISION 1
3333
#define XCANVAS_BINARY_AGE 0
3434

3535
// Semver requirement for jupyter-canvas
3636
#define XJUPYTER_CANVAS_VERSION_MAJOR 0
3737
#define XJUPYTER_CANVAS_VERSION_MINOR 11
38-
#define XJUPYTER_CANVAS_VERSION_PATCH 0
38+
#define XJUPYTER_CANVAS_VERSION_PATCH 1
3939

4040
// Composing the version strings from major, minor and patch
4141
#define XCANVAS_CONCATENATE(A, B) XCANVAS_CONCATENATE_IMPL(A, B)

0 commit comments

Comments
 (0)
Please sign in to comment.