Newer
Older
ubixos / src / sys / include / version / version.h
@nez nez on 3 May 2002 390 bytes *** empty log message ***
/**************************************************************************************
 Copyright (c) 2002
      The UbixOS Project

 $Id$
**************************************************************************************/
#include <drivers/video.h>

#define ubixVersion "0.01a"

void outputVersion();

void outputCopyright(); {
	kprint("Copyright (c) 2002 - The UbixOS Project\n");
}