Skip to content

Commit 6fe2499

Browse files
committed
Version bump 0.4.1
1 parent 8fd1530 commit 6fe2499

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GLABIOS.ASM

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ TURBO_REV EQU 2 ; reversed PPI (0=turbo, 1=normal)
125125
;
126126
VER_NAME EQU 'GLaBIOS'
127127
IFNDEF VER_NUM
128-
VER_NUM EQU '0.4.0' ; (max 5 chars)
128+
VER_NUM EQU '0.4.1' ; (max 5 chars)
129129
ENDIF
130130
IFNDEF VER_DATE
131-
VER_DATE EQU '07/17/25' ; must be MM/DD/YY per Intel CSM
131+
VER_DATE EQU '09/12/25' ; must be MM/DD/YY per Intel CSM
132132
ENDIF
133133
COPY_YEAR EQU '2022-25' ; Copyright year range
134134

0 commit comments

Comments
 (0)