Compare commits

..

2 Commits

Author SHA1 Message Date
a8e2aee281 Switch to version 3.0.0b40 2021-02-06 14:45:07 +13:00
13adb479d3 Adds an extern qualifier to the keep_running declaration. 2021-02-05 15:59:43 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
major = 3
minor = 0
serial= '0b39'
serial= '0b40'
version ="%d.%d.%s" % (major,minor,serial)

View File

@ -25,7 +25,7 @@
* @author Celine Mercier (celine.mercier@metabarcoding.org)
*
*/
bool volatile keep_running;
extern bool volatile keep_running;
void sig_handler(int signum);