Skip to content

Commit 2f6289f

Browse files
Version bump.
1 parent 36c0dee commit 2f6289f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/kernel/kernel.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
/* This will only work for the 32-bit ix86 targets. */
1515
#if !defined(__i386__)
16-
#error "This tutorial needs to be compiled with a ix86-elf compiler"
16+
#error "This OS needs to be compiled with a ix86-elf compiler"
1717
#endif
1818

1919
#include "console.hpp"
@@ -56,7 +56,7 @@ void gdt_set_kernel_stack(void* ptr);
5656

5757
#define KERNEL_VERSION_MAJOR 0
5858
#define KERNEL_VERSION_MINOR 0
59-
#define KERNEL_REVISION "A"
59+
#define KERNEL_REVISION "B"
6060
#define KERNEL_VERSION_STRING "v0.0" KERNEL_REVISION
6161
#define KERNEL_OS_NAME "BT/OS"
6262
#define KERNEL_COPYRIGHT "(c) 2014 Stuart Brockman"

0 commit comments

Comments
 (0)