Alkimia API

alkversion.cpp
1/*
2 SPDX-FileCopyrightText: 2024 Ralf Habacker ralf.habacker @freenet.de
3
4 This file is part of libalkimia.
5
6 SPDX-License-Identifier: GPL-2.0-or-later
7*/
8
9#include <alkimia/alkversion.h>
10
11QString alkVersionString()
12{
13 return ALK_VERSION_STRING;
14}
15
16unsigned int alkVersion()
17{
18 return ALK_VERSION;
19}
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jan 23 2025 18:59:03 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.