summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog.md4
-rw-r--r--luma/src/luma.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 779b1b2..276ea10 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+# 22
+
+* Fix version number being out of date.
+
# 21
* Remove old readme.
diff --git a/luma/src/luma.h b/luma/src/luma.h
index 834d8e0..5a36a9e 100644
--- a/luma/src/luma.h
+++ b/luma/src/luma.h
@@ -24,7 +24,7 @@
#include <stdint.h>
#include <stdio.h>
-#define luma_ver 0x18
+#define luma_ver 0x1A
typedef uint8_t luma_byte;
typedef uint16_t luma_ptr;