From b78ab7de46efcaa4035166488641b38b00dba7db Mon Sep 17 00:00:00 2001 From: tcbrindle Date: Thu, 15 Aug 2024 17:00:42 +0000 Subject: [PATCH] Update single header --- single_include/flux.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single_include/flux.hpp b/single_include/flux.hpp index f38ae7f0..1043c89c 100644 --- a/single_include/flux.hpp +++ b/single_include/flux.hpp @@ -59,7 +59,7 @@ #define FLUX_VERSION_MAJOR 0 #define FLUX_VERSION_MINOR 4 #define FLUX_VERSION_PATCH 0 -#define FLUX_VERSION_DEVEL 0 // 0 => Release, 1 => development post Major.Minor.Patch +#define FLUX_VERSION_DEVEL 1 // 0 => Release, 1 => development post Major.Minor.Patch #define FLUX_VERSION \ (FLUX_VERSION_MAJOR * 100'000 \