scron

simple cron daemon
git clone git://git.2f30.org/scron
Log | Files | Refs | README | LICENSE

commit 082c98f65abfb682d720c02b1dba4d3aedbc5112
parent 558b1d0158845a90419ea7df4d72ea50eb713c7f
Author: sin <sin@2f30.org>
Date:   Mon, 25 Aug 2014 19:06:52 +0100

Bump up to 0.3.2

Diffstat:
Mcrond.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crond.c b/crond.c @@ -16,7 +16,7 @@ #include "arg.h" #include "queue.h" -#define VERSION "0.3.1" +#define VERSION "0.3.2" #define LEN(x) (sizeof (x) / sizeof *(x))