Allow specializations to decide when re-indexing is necessary.
[kdepim.git] / kdepim-version.h.cmake
blobf98ee8b51a4917cb2d06d57d9ff1c63737675535
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   Version scheme: "x.y.z build".
36   x is the version number.
37   y is the major release number.
38   z is the minor release number.
40   "x.y.z" follow the kdelibs version kdepim is released with.
42   If "z" is 0, it the version is "x.y"
44   "build" is empty for final versions. For development versions "build" is
45   something like "pre", "alpha1", "alpha2", "beta1", "beta2", "rc1", "rc2".
47   Examples in chronological order:
49     3.0
50     3.0.1
51     3.1 alpha1
52     3.1 beta1
53     3.1 beta2
54     3.1 rc1
55     3.1
56     3.1.1
57     3.2 pre
58     3.2 alpha1
61 #define KDEPIM_VERSION "4.5 pre"
63 /* SVN revision number, of the form "svn-xxxxxxxx" */
64 #define KDEPIM_SVN_REVISION_STRING "@kdepim_svn_revision@"
66 /* Date of last commit, of the form "YYYY-MM-DD" */
67 #define KDEPIM_SVN_LAST_CHANGE "@kdepim_svn_last_change@"
69 #endif