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 ab2afd1..8d93698 100644 --- a/agbx/include/agbx/bs.h +++ b/agbx/include/agbx/bs.h @@ -26,7 +26,7 @@ typedef enum { agbx_err_max = 0xFFu, } agbx_err; -constexpr agbx_i40 agbx_ver = 0x0u; +constexpr agbx_i40 agbx_ver = 0x1u; [[noreturn]] void agbx_done(agbx_err err); |