From 119442fa1da2f1b7662f28052c6d92bcbf7751b1 Mon Sep 17 00:00:00 2001 From: Tristan Brindle Date: Thu, 15 Aug 2024 17:36:08 +0100 Subject: [PATCH] Release v0.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🎉 --- include/flux/macros.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/flux/macros.hpp b/include/flux/macros.hpp index a6f6978f..0ca33257 100644 --- a/include/flux/macros.hpp +++ b/include/flux/macros.hpp @@ -9,9 +9,9 @@ #include #define FLUX_VERSION_MAJOR 0 -#define FLUX_VERSION_MINOR 0 +#define FLUX_VERSION_MINOR 4 #define FLUX_VERSION_PATCH 0 -#define FLUX_VERSION_DEVEL 1 // 0 => Release, 1 => development post Major.Minor.Patch +#define FLUX_VERSION_DEVEL 0 // 0 => Release, 1 => development post Major.Minor.Patch #define FLUX_VERSION \ (FLUX_VERSION_MAJOR * 100'000 \