diff options
Diffstat (limited to 'agbx/include')
-rw-r--r-- | agbx/include/agbx/bs.h | 2 |
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); |