Skip to content

Commit

Permalink
v1.0.0-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenlunkes committed Apr 26, 2024
1 parent 6ebfbc7 commit 9d1bc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kern/version.asm
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Hexagon.Version:

.versionNumber = 1 ;; Hexagon major version number
.subversionNumber = 0 ;; Hexagon minor version number
.revision = 1 ;; Add revision character (if necessary, between quotation marks)
.revision = 0 ;; Add revision character (if necessary, between quotation marks)

.kernelName: ;; Name given to userspace
db "Hexagon", 0
Expand Down

0 comments on commit 9d1bc56

Please sign in to comment.