Freeciv-3.4
Loading...
Searching...
No Matches
version_gen.h
Go to the documentation of this file.
1/* Generated by gen_headers/generate_version_header.sh. */
2
3#ifndef FC__VERSION_GEN_H
4#define FC__VERSION_GEN_H
5
6#define MAJOR_VERSION 3
7#define MINOR_VERSION 3
8#define PATCH_VERSION 90
9#define EMERGENCY_VERSION 7
10#ifndef VERSION_LABEL
11#define VERSION_LABEL "-dev"
12#endif
13#ifndef VERSION_STRING
14#define VERSION_STRING "3.3.90.7-dev"
15#endif
16
17#ifdef FREECIV_DEBUG
18#define NETWORK_CAPSTRING "+Freeciv.Devel-3.4-2025.Nov.29 debug"
19#else
20#define NETWORK_CAPSTRING "+Freeciv.Devel-3.4-2025.Nov.29"
21#endif /* FREECIV_DEBUG */
22
23#ifndef FOLLOWTAG
24#define FOLLOWTAG "S3_4"
25#endif
26#define FREECIV_DISTRIBUTOR ""
27
28#endif /* FC__VERSION_GEN_H */