Skip to content

Commit

Permalink
kernel: Bump version to 0.3.0 and API version to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ry755 committed May 9, 2024
1 parent b37b37e commit 96702b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
const LOAD_ADDRESS: 0x03000000

const FOX32OS_VERSION_MAJOR: 0
const FOX32OS_VERSION_MINOR: 2
const FOX32OS_VERSION_MINOR: 3
const FOX32OS_VERSION_PATCH: 0

const FOX32OS_API_VERSION: 1
const FOX32OS_API_VERSION: 2

const REQUIRED_FOX32ROM_API_VERSION: 2

Expand Down

0 comments on commit 96702b7

Please sign in to comment.