Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Feb 10, 2024
1 parent 2f324e2 commit 9a20c36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/xcanvas/xcanvas_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
// Project version
#define XCANVAS_VERSION_MAJOR 0
#define XCANVAS_VERSION_MINOR 4
#define XCANVAS_VERSION_PATCH 1
#define XCANVAS_VERSION_PATCH 2

// Binary version
#define XCANVAS_BINARY_CURRENT 1
#define XCANVAS_BINARY_REVISION 0
#define XCANVAS_BINARY_REVISION 1
#define XCANVAS_BINARY_AGE 0

// Semver requirement for jupyter-canvas
#define XJUPYTER_CANVAS_VERSION_MAJOR 0
#define XJUPYTER_CANVAS_VERSION_MINOR 11
#define XJUPYTER_CANVAS_VERSION_PATCH 0
#define XJUPYTER_CANVAS_VERSION_PATCH 1

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

0 comments on commit 9a20c36

Please sign in to comment.