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.
21 lines
460 B
21 lines
460 B
/* |
|
SPDX-FileCopyrightText: 1998-1999 Preston Brown <pbrown@kde.org> |
|
SPDX-FileCopyrightText: 2000-2004 Cornelius Schumacher <schumacher@kde.org> |
|
|
|
SPDX-License-Identifier: GPL-2.0-or-later |
|
*/ |
|
|
|
/* |
|
Set the version for this kmail release. |
|
|
|
This version may be used by programs within this module that |
|
do not want to maintain a version on their own. |
|
*/ |
|
|
|
#ifndef KMAIL_VERSION_H |
|
#define KMAIL_VERSION_H |
|
|
|
|
|
#define KDEPIM_VERSION "@KDEPIM_VERSION@" |
|
|
|
#endif
|
|
|