diff options
Diffstat (limited to 'kbiff/version.h')
-rw-r--r-- | kbiff/version.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kbiff/version.h b/kbiff/version.h new file mode 100644 index 0000000..cc37c2f --- /dev/null +++ b/kbiff/version.h @@ -0,0 +1,12 @@ +/* + * version.h + * Copyright (C) 2008 Kurt Granroth <[email protected]> + * + * This file contains the current version number. + */ +#ifndef VERSION_H +#define VERSION_H + +extern const char *kbiff_version; + +#endif // VERSION_H |