Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
- Bump dev version build number to post eZ80 changes.
  • Loading branch information
wwarthen committed Sep 16, 2024
1 parent bba9c5e commit ab043e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Source/HBIOS/hbios.asm
Original file line number Diff line number Diff line change
Expand Up @@ -3969,12 +3969,6 @@ HB_INITTBL:
#IF (PIO_4P | PIO_ZP)
.DW PIO_INIT
#ENDIF
#IF (PRPENABLE)
.DW PRP_INIT
#ENDIF
#IF (PPPENABLE)
.DW PPP_INIT
#ENDIF
#IF (DMAENABLE)
.DW DMA_INIT
#ENDIF
Expand Down Expand Up @@ -4011,6 +4005,12 @@ HB_INITTBL:
#IF (CHENABLE)
.DW CH_INIT
#ENDIF
#IF (PRPENABLE)
.DW PRP_INIT
#ENDIF
#IF (PPPENABLE)
.DW PPP_INIT
#ENDIF
#IF (ESPENABLE)
.DW ESP_INIT
#ENDIF
Expand Down
2 changes: 1 addition & 1 deletion Source/ver.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#DEFINE RMN 5
#DEFINE RUP 0
#DEFINE RTP 0
#DEFINE BIOSVER "3.5.0-dev.82"
#DEFINE BIOSVER "3.5.0-dev.83"
#define rmj RMJ
#define rmn RMN
#define rup RUP
Expand Down
2 changes: 1 addition & 1 deletion Source/ver.lib
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ rmn equ 5
rup equ 0
rtp equ 0
biosver macro
db "3.5.0-dev.82"
db "3.5.0-dev.83"
endm

0 comments on commit ab043e5

Please sign in to comment.