We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cf9bb commit 43c09afCopy full SHA for 43c09af
single_include/flux.hpp
@@ -57,9 +57,9 @@
57
#include <version>
58
59
#define FLUX_VERSION_MAJOR 0
60
-#define FLUX_VERSION_MINOR 0
+#define FLUX_VERSION_MINOR 4
61
#define FLUX_VERSION_PATCH 0
62
-#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
63
64
#define FLUX_VERSION \
65
(FLUX_VERSION_MAJOR * 100'000 \
0 commit comments