File indexing completed on 2024-04-14 05:41:24

0001 /***********************************************************************
0002  * SPDX-FileCopyrightText: 2003-2004 Max Howell <max.howell@methylblue.com>
0003  * SPDX-FileCopyrightText: 2008-2013 Martin Sandsmark <martin.sandsmark@kde.org>
0004  *
0005  * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0006  ***********************************************************************/
0007 
0008 #pragma once
0009 
0010 #include "Config.h"
0011 #include "version.h"
0012 
0013 #undef VERSION
0014 #undef PACKAGE
0015 #undef PRETTYNAME
0016 
0017 #define APP_NAME "filelight"
0018 #define APP_VERSION FILELIGHT_VERSION_STRING
0019 #define APP_PRETTYNAME "Filelight"