/************************************************************************************** Copyright (c) 2002 The UbixOS Project $Id$ **************************************************************************************/ #ifndef _VERSION_H #define _VERSION_H #define ubixosVersion "0.01a" void outputVersion(); #endif