bump to 0.4.0

This commit is contained in:
Kevin Lange 2012-12-03 00:10:31 -08:00
parent 6cb9664b69
commit ce1a0ed15d
2 changed files with 9 additions and 5 deletions

10
TODO.md
View File

@ -12,13 +12,17 @@
# TODO for 0.4.0 Distribution Release
* User Interface
* ~~Graphical Login~~
* More applications
* Working boot on real hardware
# TODO for 0.4.5
* CD support
* Boot from "CD"
* Distribute with Grub
* CD image generator in-repo
* User Interface
* ~~Graphical Login~~
* More applications
* Stable Harddisk writes
* Screenshot functionality
* Attempt an installer?

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 = 3;
int __kernel_version_lower = 7;
int __kernel_version_minor = 4;
int __kernel_version_lower = 0;
/* Kernel build suffix, which doesn't necessarily
* mean anything, but can be used to distinguish