Skip to content

Commit

Permalink
Bump to v0.14.0 and update codename
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Sep 1, 2016
1 parent c21fae6 commit 48c9f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/sys/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ char * __kernel_version_format = "%d.%d.%d-%s";

/* Version numbers X.Y.Z */
int __kernel_version_major = 0;
int __kernel_version_minor = 13;
int __kernel_version_minor = 14;
int __kernel_version_lower = 0;

/* Kernel build suffix, which doesn't necessarily
Expand All @@ -34,7 +34,7 @@ int __kernel_version_lower = 0;
char * __kernel_version_suffix = KERNEL_VERSION_SUFFIX;

/* The release codename. */
char * __kernel_version_codename = "mikoto";
char * __kernel_version_codename = "kuroko";

/* Build architecture (should probably not be
* here as a string, but rather some sort of
Expand Down

0 comments on commit 48c9f2f

Please sign in to comment.