Probably as good a time as any to mark off 0.7.0

This commit is contained in:
Kevin Lange 2014-04-18 20:40:25 -07:00
parent 161c44f037
commit ead93c5307

View File

@ -14,8 +14,8 @@ char * __kernel_version_format = "%d.%d.%d-%s";
/* Version numbers X.Y.Z */
int __kernel_version_major = 0;
int __kernel_version_minor = 6;
int __kernel_version_lower = 1;
int __kernel_version_minor = 7;
int __kernel_version_lower = 0;
/* Kernel build suffix, which doesn't necessarily
* mean anything, but can be used to distinguish