Skip to content

Commit

Permalink
Update single header
Browse files Browse the repository at this point in the history
  • Loading branch information
tcbrindle authored and github-actions[bot] committed Aug 15, 2024
1 parent 865a22d commit b78ab7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion single_include/flux.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b78ab7d

Please sign in to comment.