Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
Version.hpp
Go to the documentation of this file.
1/*
2 * Author: Sven Gothel <sgothel@jausoft.com>
3 * Copyright Gothel Software e.K.
4 *
5 * SPDX-License-Identifier: MIT
6 *
7 * This Source Code Form is subject to the terms of the MIT License
8 * If a copy of the MIT was not distributed with this file,
9 * you can obtain one at https://opensource.org/license/mit/.
10 */
11
12#ifndef JAU_GAMP_VERSION_HPP_
13#define JAU_GAMP_VERSION_HPP_
14
16
17namespace gamp {
18 /** \addtogroup Gamp
19 *
20 * @{
21 */
22 extern const jau::util::VersionNumberString VERSION;
23 extern const char* VERSION_SHORT;
24 extern const char* VERSION_API;
25 /**@}*/
26} /* namespace gamp */
27
28#endif /* JAU_GAMP_VERSION_HPP_ */
const char * VERSION_API
const char * VERSION_SHORT
const jau::util::VersionNumberString VERSION
Gamp: Graphics, Audio, Multimedia and Processing Framework (Native C++, WebAssembly,...
Definition Gamp.hpp:29