Skip to content

Commit b12944e

Browse files
Added "revision" to version info. This is now BT/OS Version 0.0A.
1 parent ed90f61 commit b12944e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/kernel/kernel.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ void gdt_set_kernel_stack(void* ptr);
5353

5454
#define KERNEL_VERSION_MAJOR 0
5555
#define KERNEL_VERSION_MINOR 0
56-
#define KERNEL_VERSION_STRING "v0.0"
56+
#define KERNEL_REVISION "A"
57+
#define KERNEL_VERSION_STRING "v0.0" KERNEL_REVISION
5758
#define KERNEL_OS_NAME "BT/OS"
5859
#define KERNEL_COPYRIGHT "(c) 2014 Stuart Brockman"
5960
extern char *kernel_buildid;

0 commit comments

Comments
 (0)