scron

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

commit ecbc114d2f55ddfa7e5679c32ad558951990c2d3
parent bb8372e04232a682437a47c1b3178a865b46e076
Author: sin <sin@2f30.org>
Date:   Wed,  9 Jul 2014 08:35:00 +0100

Bump to 0.3

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.2" +#define VERSION "0.3" #define LEN(x) (sizeof (x) / sizeof *(x))