Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ namespace {
//
// And four ternaries became std::min, for +3 lines net once <algorithm> is counted -- the honest
// arithmetic for a change made on clarity rather than size.
#define HELIOGRAPH_VERSION_PATCH 2
#define HELIOGRAPH_VERSION_PATCH 3
#define HELIOGRAPH_STRINGIFY_(x) #x
#define HELIOGRAPH_STRINGIFY(x) HELIOGRAPH_STRINGIFY_(x)
constexpr uint16_t kFirmwareMajor = HELIOGRAPH_VERSION_MAJOR;
Expand Down