Skip to content

Commit

Permalink
Prepare for release of version 48.0.0 (#58)
Browse files Browse the repository at this point in the history
* Bump version bnumber

* Update compatible ROM versions for Sven's update tool
  • Loading branch information
stefan-b-jakobsson authored Dec 23, 2024
1 parent bf5d029 commit 0a2684d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions make_bin.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from intelhex import IntelHex

# Table of compatible Kernal versions (negative value is pre-release)
kernal_versions = {-44, -45, 45, -46}
kernal_versions = {-44, -45, 45, -46, 46, -47, 47, -48, 48}

# Path to firmware hex file
firmware_hex = sys.argv[1]
Expand Down Expand Up @@ -68,4 +68,4 @@
smc.write(v.to_bytes(1, byteorder=sys.byteorder, signed=is_signed))
i = i + 1
smc.write(firmware)
smc.close()
smc.close()
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define version_major 47
#define version_minor 2
#define version_patch 5
#define version_major 48
#define version_minor 0
#define version_patch 0

0 comments on commit 0a2684d

Please sign in to comment.