Skip to content

Commit

Permalink
Bump version to 0.13.0 and change codename to mikoto
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Dec 16, 2015
1 parent c4df295 commit 1257e04
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 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 = 12;
int __kernel_version_minor = 13;
int __kernel_version_lower = 0;

/* Kernel build suffix, which doesn't necessarily
Expand All @@ -33,14 +33,8 @@ int __kernel_version_lower = 0;
#endif
char * __kernel_version_suffix = KERNEL_VERSION_SUFFIX;

/* The release codename.
*
* History:
* * 0.0.X+ are part of the "uiharu" family
* * 0.5.X+ branches make up the "neopolitan flavors" family.
* 0.5.0 is strawberry
*/
char * __kernel_version_codename = "strawberry";
/* The release codename. */
char * __kernel_version_codename = "mikoto";

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

0 comments on commit 1257e04

Please sign in to comment.