Skip to content

Commit 5850280

Browse files
committed
Version 1.0.0; Complete shift to x86_64 architecture
1 parent 2b08c5d commit 5850280

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

kernel/src/kernel/build_config.hpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,8 @@
4949
#define G_SMP_ENABLED true
5050

5151
// version
52-
#define G_VERSION_MAJOR 0
53-
#define G_VERSION_MINOR 25
52+
#define G_VERSION_MAJOR 1
53+
#define G_VERSION_MINOR 0
5454
#define G_VERSION_PATCH 0
5555

56-
#define G_LOADER_VERSION_MAJOR 1
57-
#define G_LOADER_VERSION_MINOR 1
58-
#define G_LOADER_VERSION_PATCH 0
59-
6056
#endif

0 commit comments

Comments
 (0)