From eaf7a1620b5ac991133e78f9e2c85aa515aabb61 Mon Sep 17 00:00:00 2001 From: apio Date: Tue, 11 Oct 2022 21:42:23 +0200 Subject: [PATCH] Next version! --- kernel/src/misc/config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/src/misc/config.cpp b/kernel/src/misc/config.cpp index cf95ec0d..76ed5fea 100644 --- a/kernel/src/misc/config.cpp +++ b/kernel/src/misc/config.cpp @@ -8,7 +8,7 @@ #endif #ifndef MOON_MINOR -#define MOON_MINOR 10 +#define MOON_MINOR 11 #endif #ifndef _MOON_SUFFIX @@ -35,4 +35,4 @@ const char* __moon_version_suffix() const char* moon_version() { return STRINGIZE_VALUE_OF(MOON_MAJOR) "." STRINGIZE_VALUE_OF(MOON_MINOR) MOON_SUFFIX; -} \ No newline at end of file +}