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 }
void message(const char *message,...)
Definition: output.cc:40
#define VERSION_DATE
Definition: version.h:30
#define MINOR_VERSION
Definition: version.h:27
#define VERSION_YEAR
Definition: version.h:31
#define RELEASE
Definition: version.h:29
#define MAIN_VERSION
Definition: version.h:26
void START_MESSAGE()
Definition: version.h:33
#define REVISION
Definition: version.h:28

Generated for Nemo v2.4.0b by  doxygen 1.9.1 -- Nemo is hosted on  Download Nemo

Locations of visitors to this page
Catalogued on GSR