scron

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

commit 727a4d6db635f712ae97fd3dd0c88d748cf28524
parent 8d914c10ccefb3ca05c9ae15d1568d02be321ca0
Author: sin <sin@2f30.org>
Date:   Thu, 17 Jul 2014 20:12:16 +0100

Bump minor version

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