1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-15 03:22:11 +01:00
falkonOfficial/src/lib/app/qzcommon.cpp

33 lines
1.4 KiB
C++
Raw Normal View History

/* ============================================================
2017-08-25 17:11:29 +02:00
* Falkon - Qt web browser
2018-01-01 15:02:13 +01:00
* Copyright (C) 2014-2018 David Rosca <nowrep@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* ============================================================ */
#include "qzcommon.h"
#include "../config.h"
namespace Qz
{
const int sessionVersion = 0x0004;
FALKON_EXPORT const char *APPNAME = "Falkon";
FALKON_EXPORT const char *VERSION = FALKON_VERSION;
FALKON_EXPORT const char *AUTHOR = "David Rosca";
FALKON_EXPORT const char *COPYRIGHT = "2010-2018";
2018-03-30 09:38:26 +02:00
FALKON_EXPORT const char *WWWADDRESS = "https://falkon.org";
FALKON_EXPORT const char *BUGSADDRESS = "https://bugs.kde.org/describecomponents.cgi?product=Falkon";
2018-02-16 15:24:49 +01:00
FALKON_EXPORT const char *WIKIADDRESS = "https://userbase.kde.org/Falkon";
}