Better wording
[kdepim.git] / kdepim-version.h.cmake
blob71f3534e96d4cf2138e7c24de4774997532b3c95
1 /*
2   Copyright (c) 1998-1999 Preston Brown <pbrown@kde.org>
3   Copyright (c) 2000-2004 Cornelius Schumacher <schumacher@kde.org>
5   This program is free software; you can redistribute it and/or modify
6   it under the terms of the GNU General Public License as published by
7   the Free Software Foundation; either version 2 of the License, or
8   (at your option) any later version.
10   This program is distributed in the hope that it will be useful,
11   but WITHOUT ANY WARRANTY; without even the implied warranty of
12   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13   GNU General Public License for more details.
15   You should have received a copy of the GNU General Public License along
16   with this program; if not, write to the Free Software Foundation, Inc.,
17   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21   Set the version for this kdepim release.
23   This version may be used by programs within this module that
24   do not want to maintain a version on their own.
26   Note that we cannot use the kdelibs version because we may
27   build against older kdelibs releases.
30 #ifndef KDEPIM_VERSION_H
31 #define KDEPIM_VERSION_H
34 #define KDEPIM_VERSION "@KDEPIM_VERSION@"
36 /* GIT revision number, of the form "git-xxxxxxxx" */
37 #define KDEPIM_GIT_REVISION_STRING "@kdepim_git_revision@"
39 /* Date of last commit, of the form "YYYY-MM-DD" */
40 #define KDEPIM_GIT_LAST_CHANGE "@kdepim_git_last_change@"
42 #endif