File indexing completed on 2024-05-12 16:59:21

0001 /*
0002  *   SPDX-FileCopyrightText: 2016 Ivan Cukic <ivan.cukic@kde.org>
0003  *
0004  *   SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0005  */
0006 
0007 #ifndef VERSION_H
0008 #define VERSION_H
0009 
0010 // Shallow version history:
0011 //   6.2.0 - pre repository split
0012 //   7.0.0 - post repository split
0013 #define KACTIVITIES_VERSION_STRING QStringLiteral("7.0.0")
0014 
0015 #endif // VERSION_H