yapb-noob-edition/inc/version.h.in

20 lines
620 B
C
Raw Permalink Normal View History

2020-06-12 18:52:38 +03:00
//
// YaPB, based on PODBot by Markus Klinge ("CountFloyd").
// Copyright © YaPB Project Developers <yapb@jeefo.net>.
2020-06-12 18:52:38 +03:00
//
// SPDX-License-Identifier: MIT
2020-06-12 18:52:38 +03:00
//
#pragma once
// generated by meson/cmake build system
2020-06-12 18:52:38 +03:00
#ifndef MODULE_BUILD_HASH
# define MODULE_COMMIT_COUNT "@BUILD_COUNT@"
# define MODULE_COMMIT_HASH "@BUILD_HASH@"
# define MODULE_AUTHOR @BUILD_AUTHOR@
# define MODULE_MACHINE "@BUILD_MACHINE@"
# define MODULE_COMPILER "@BUILD_COMPILER@"
# define MODULE_VERSION "@BUILD_VERSION@"
# define MODULE_VERSION_FILE @BUILD_WINVER@,@BUILD_COUNT@
# define MODULE_BUILD_ID "@BUILD_COUNT@:@BUILD_HASH@"
2020-06-12 18:52:38 +03:00
#endif