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