Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Apr 2, 2024
1 parent c7096cc commit fbfc9e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ZeDMD.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#pragma once

#define ZEDMD_VERSION_MAJOR 0 // X Digits
#define ZEDMD_VERSION_MINOR 6 // Max 2 Digits
#define ZEDMD_VERSION_PATCH 1 // Max 2 Digits
#define ZEDMD_VERSION_MINOR 7 // Max 2 Digits
#define ZEDMD_VERSION_PATCH 0 // Max 2 Digits

#define _ZEDMD_STR(x) #x
#define ZEDMD_STR(x) _ZEDMD_STR(x)
Expand Down

0 comments on commit fbfc9e1

Please sign in to comment.