Skip to content

Commit

Permalink
Final version bump for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Jan 30, 2017
1 parent 5ade5e1 commit 6b63a05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kernel/sys/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ char * __kernel_name = "toaru";
char * __kernel_version_format = "%d.%d.%d-%s";

/* Version numbers X.Y.Z */
int __kernel_version_major = 0;
int __kernel_version_minor = 99;
int __kernel_version_lower = 27;
int __kernel_version_major = 1;

This comment has been minimized.

Copy link
@smspillaz

smspillaz Jan 30, 2017

❤️

int __kernel_version_minor = 0;
int __kernel_version_lower = 0;

/* Kernel build suffix, which doesn't necessarily
* mean anything, but can be used to distinguish
Expand All @@ -34,7 +34,7 @@ int __kernel_version_lower = 27;
char * __kernel_version_suffix = KERNEL_VERSION_SUFFIX;

/* The release codename. */
char * __kernel_version_codename = "saten";
char * __kernel_version_codename = "touma";

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

0 comments on commit 6b63a05

Please sign in to comment.