Nemo
2.4.2
Simulate forward-in-time genetic evolution in a spatially explicit, individual-based stochastic simulator
version.h
Go to the documentation of this file.
1
24
#define MAIN_VERSION 2
25
#define MINOR_VERSION 4
26
#define REVISION 2
27
#define RELEASE ""
28
#define VERSION_DATE "[03 Aug 2026]"
29
#define VERSION_YEAR "2026"
30
31
inline
void
START_MESSAGE
()
32
{
33
message
(
"\n N E M O %i.%i.%i%s %s\n"
,
MAIN_VERSION
,
MINOR_VERSION
,
REVISION
,
RELEASE
,
VERSION_DATE
);
34
message
(
"\n Copyright (C) 2006-%s The Authors"
,
VERSION_YEAR
);
35
message
(
"\n This is free software; see the source for copying"
);
36
message
(
"\n conditions. There is NO warranty; not even for "
);
37
message
(
"\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
);
38
message
(
"\n https://nemo2.sourceforge.io; nemo-simul@googlegroups.com"
);
39
message
(
"\n-----------------------------------------------------------\n"
);
40
}
message
void message(const char *message,...)
Definition:
output.cc:38
VERSION_DATE
#define VERSION_DATE
Definition:
version.h:28
MINOR_VERSION
#define MINOR_VERSION
Definition:
version.h:25
VERSION_YEAR
#define VERSION_YEAR
Definition:
version.h:29
RELEASE
#define RELEASE
Definition:
version.h:27
MAIN_VERSION
#define MAIN_VERSION
Definition:
version.h:24
START_MESSAGE
void START_MESSAGE()
Definition:
version.h:31
REVISION
#define REVISION
Definition:
version.h:26
Generated for Nemo v2.4.2 by
1.9.1