Skip to content

Commit

Permalink
update version string
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek committed Dec 4, 2022
1 parent 9844add commit b891386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel.asm
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ _start:
; Main kernel varables below
;---------------------------------------------------

__CURRENT_BUILD db "x86 kernel v1.2 [compiled on ", __DATE__, "]", 10, 13, 10, 13, 0
__CURRENT_BUILD db "x86 kernel v1.1 [compiled on ", __DATE__, "]", 10, 13, 10, 13, 0

__GPL_NOTICE db "Copyright (c) 2017-2022 Joshua Riek", 10, 13,
db "This program comes with ABSOLUTELY NO WARRANTY; for details", 10, 13
Expand Down

0 comments on commit b891386

Please sign in to comment.