Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
🎉
  • Loading branch information
tcbrindle committed Aug 15, 2024
1 parent 1f7c0ec commit 119442f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/flux/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#include <version>

#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 \
Expand Down

0 comments on commit 119442f

Please sign in to comment.