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