From fa952be71b44efeb5ef9fc70e23b5026962fc2c8 Mon Sep 17 00:00:00 2001 From: Tom Schoonjans Date: Sun, 13 Feb 2022 11:17:54 +0000 Subject: [PATCH] Update xraylib.h with new version number --- include/xraylib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xraylib.h b/include/xraylib.h index 70427d1e..da1d7887 100644 --- a/include/xraylib.h +++ b/include/xraylib.h @@ -24,7 +24,7 @@ extern "C" { #define XRAYLIB_MAJOR 4 #define XRAYLIB_MINOR 1 -#define XRAYLIB_MICRO 1 +#define XRAYLIB_MICRO 2 #ifndef PI