Skip to content

Commit 43c09af

Browse files
tcbrindlegithub-actions[bot]
authored andcommitted
Update single header
1 parent d0cf9bb commit 43c09af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

single_include/flux.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
#include <version>
5858

5959
#define FLUX_VERSION_MAJOR 0
60-
#define FLUX_VERSION_MINOR 0
60+
#define FLUX_VERSION_MINOR 4
6161
#define FLUX_VERSION_PATCH 0
62-
#define FLUX_VERSION_DEVEL 1 // 0 => Release, 1 => development post Major.Minor.Patch
62+
#define FLUX_VERSION_DEVEL 0 // 0 => Release, 1 => development post Major.Minor.Patch
6363

6464
#define FLUX_VERSION \
6565
(FLUX_VERSION_MAJOR * 100'000 \

0 commit comments

Comments
 (0)