/* * version.h * Copyright (C) 2008 Kurt Granroth * * This file contains the current version number. */ #ifndef VERSION_H #define VERSION_H extern const char *kbiff_version; #endif // VERSION_H