bump to 0.4.0
This commit is contained in:
parent
6cb9664b69
commit
ce1a0ed15d
10
TODO.md
10
TODO.md
@ -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?
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user