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

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

#define ubixVersion "0.01a"

void outputVersion();

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