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
25
#define MAIN_VERSION 2
26
#define MINOR_VERSION 4
27
#define REVISION 0
28
#define RELEASE " \"pre-release\""
29
#define VERSION_DATE "[30 Mar 2026]"
30
#define VERSION_YEAR "2026"
31
32
inline
void
START_MESSAGE
()
33
{
34
message
(
"\n N E M O %i.%i.%i%s %s\n"
,
MAIN_VERSION
,
MINOR_VERSION
,
REVISION
,
RELEASE
,
VERSION_DATE
);
35
message
(
"\n Copyright (C) 2006-%s The Authors"
,
VERSION_YEAR
);
36
message
(
"\n This is free software; see the source for copying"
);
37
message
(
"\n conditions. There is NO warranty; not even for "
);
38
message
(
"\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
);
39
message
(
"\n https://nemo2.sourceforge.io; nemo-simul@googlegroups.com"
);
40
message
(
"\n-----------------------------------------------------------\n"
);
41
}
message
void message(const char *message,...)
Definition:
output.cc:40
VERSION_DATE
#define VERSION_DATE
Definition:
version.h:29
MINOR_VERSION
#define MINOR_VERSION
Definition:
version.h:26
VERSION_YEAR
#define VERSION_YEAR
Definition:
version.h:30
RELEASE
#define RELEASE
Definition:
version.h:28
MAIN_VERSION
#define MAIN_VERSION
Definition:
version.h:25
START_MESSAGE
void START_MESSAGE()
Definition:
version.h:32
REVISION
#define REVISION
Definition:
version.h:27
Generated for Nemo v2.4.0b by
1.9.1 -- Nemo is hosted on