Warning, /pim/akregator/src/akregator-version.h.in is written in an unsupported language. File is not indexed.

0001 /*
0002   SPDX-FileCopyrightText: 1998-1999 Preston Brown <pbrown@kde.org>
0003   SPDX-FileCopyrightText: 2000-2004 Cornelius Schumacher <schumacher@kde.org>
0004 
0005   SPDX-License-Identifier: GPL-2.0-or-later
0006 */
0007 
0008 /*
0009   Set the version for this kdepim release.
0010 
0011   This version may be used by programs within this module that
0012   do not want to maintain a version on their own.
0013 
0014   Note that we cannot use the kdelibs version because we may
0015   build against older kdelibs releases.
0016 */
0017 
0018 #pragma once
0019 
0020 #define AKREGATOR_VERSION "@KDEPIM_VERSION@"