summaryrefslogtreecommitdiff
path: root/agbx
diff options
context:
space:
mode:
Diffstat (limited to 'agbx')
-rw-r--r--agbx/include/agbx/bs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/agbx/include/agbx/bs.h b/agbx/include/agbx/bs.h
index dde470b..a9869fa 100644
--- a/agbx/include/agbx/bs.h
+++ b/agbx/include/agbx/bs.h
@@ -28,7 +28,7 @@ typedef enum {
agbx_err_max = 0xFFu,
} agbx_err;
-constexpr agbx_i40 agbx_ver = 0x3u;
+constexpr agbx_i40 agbx_ver = 0x4u;
[[noreturn]] void agbx_done(agbx_err err);