Skip to content

Commit

Permalink
Bump version number to 0.5.0 to prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryAWE committed Oct 1, 2024
1 parent 11192dd commit 5d263fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion include/papilio/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@
#include "detail/config.hpp"
#include "detail/compat.hpp"

// clang-format off: Used by CMakeLists.txt for parsing version

#define PAPILIO_VERSION_MAJOR 0
#define PAPILIO_VERSION_MINOR 4
#define PAPILIO_VERSION_MINOR 5
#define PAPILIO_VERSION_PATCH 0

// clang-format on

/**
* Currently, this macro is just an alias of the `assert()` macro.
* It might be changed to a custom implementation for providing more information.
Expand Down

0 comments on commit 5d263fd

Please sign in to comment.