![]() |
naev 0.12.6
|
Implements naev_version() in a separate compilation unit, so that a "git pull" only forces a recompile of this tiny piece plus a relink. More...
#include "gettext.h"#include "start.h"
Go to the source code of this file.
Functions | |
| const char * | naev_version (int long_version) |
| Returns the version in a human readable string. | |
Variables | |
| static char | version_human [STRMAX_SHORT] |
Implements naev_version() in a separate compilation unit, so that a "git pull" only forces a recompile of this tiny piece plus a relink.
Definition in file naev_version.c.
| const char * naev_version | ( | int | long_version | ) |
Returns the version in a human readable string.
| long_version | Returns the long version if it's long. |
Definition at line 27 of file naev_version.c.
|
static |
Human readable version.
Definition at line 19 of file naev_version.c.