minetest-mapper-cpp/Minetestmapper/version.h

24 lines
488 B
C

#pragma once
/* Project name */
#define PROJECT_NAME "Minetestmapper"
/* Version */
#define PROJECT_VERSION "0.1.0"
#define PROJECT_VERSION_MAJOR 0
#define PROJECT_VERSION_MINOR 1
#define PROJECT_VERSION_PATCH 0
#define PROJECT_VERSION_TWEAK
#define MINETESTMAPPER_VERSION_BINARY 0, 1, 0, 0,
#define MINETESTMAPPER_VERSION_FULL "0. 1. 0"
/* Copyright string */
/* #undef PROJECT_COPYRIGHT */
/* Contact email */
/* #undef PROJECT_CONTACT */
/* Website */
/* #undef ORG_WEBSITE */