Newer
Older
ubixos / src / sys / include / version / version.h
@reddawg reddawg on 4 May 2002 437 bytes Woot Woot Libc
/**************************************************************************************
 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