We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e1855 commit cb96927Copy full SHA for cb96927
1 file changed
src/ZeDMD.h
@@ -7,7 +7,7 @@
7
8
#define ZEDMD_VERSION_MAJOR 0 // X Digits
9
#define ZEDMD_VERSION_MINOR 10 // Max 2 Digits
10
-#define ZEDMD_VERSION_PATCH 0 // Max 2 Digits
+#define ZEDMD_VERSION_PATCH 1 // Max 2 Digits
11
12
#define _ZEDMD_STR(x) #x
13
#define ZEDMD_STR(x) _ZEDMD_STR(x)
0 commit comments