You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*
|
|
* version.h
|
|
* Copyright (C) 2008 Kurt Granroth <granroth@kde.org>
|
|
*
|
|
* This file contains the current version number.
|
|
*/
|
|
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
extern const char *kbiff_version;
|
|
|
|
#endif // VERSION_H
|