yapb-noob-edition/inc/version.h
jeefo 9ff97c1997
aim: wipe prediction if destination is not index isn't exists
bot: remove copyright year, and provide original author nickname
lang: fix some spelling
2023-05-24 23:41:23 +03:00

18 lines
480 B
C

//
// YaPB, based on PODBot by Markus Klinge ("CountFloyd").
// Copyright © YaPB Project Developers <yapb@jeefo.net>.
//
// SPDX-License-Identifier: MIT
//
#pragma once
// fallback if no git or custom build
#define MODULE_COMMIT_COUNT "0"
#define MODULE_COMMIT_HASH "0"
#define MODULE_AUTHOR "default@mail.net"
#define MODULE_MACHINE "localhost"
#define MODULE_COMPILER "default"
#define MODULE_VERSION "4.0"
#define MODULE_VERSION_FILE 4,0,0,000
#define MODULE_BUILD_ID "0:0"