Bump Version for Release Candidate

This commit is contained in:
Wayne Warthen
2025-04-17 12:41:13 -07:00
parent f162081ec1
commit 3450ce71a6
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
#DEFINE RMN 5
#DEFINE RUP 1
#DEFINE RTP 0
#DEFINE BIOSVER "3.5.1-dev.0"
#DEFINE BIOSVER "3.5.1-rc.0"
#define rmj RMJ
#define rmn RMN
#define rup RUP

View File

@@ -3,5 +3,5 @@ rmn equ 5
rup equ 1
rtp equ 0
biosver macro
db "3.5.1-dev.0"
db "3.5.1-rc.0"
endm