/************************************************************************************** Copyright (c) 2002 The UbixOS Project $Id$ **************************************************************************************/ #ifndef _VERSION_H #define _VERSION_H #include <drivers/video.h> #define ubixVersion "0.01a" void outputVersion(); void outputCopyright() { kprint("Copyright (c) 2002 - The UbixOS Project\n"); }; #endif