scron

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

commit 4200147d3f84918326677433b241e101e58c4ffc
parent 1fe790b0b9ed204b9dcecb0c1b38bc3b5dc06821
Author: sin <sin@2f30.org>
Date:   Sat,  5 Jul 2014 19:13:07 +0100

Bump to 0.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.1" +#define VERSION "0.2" #define LEN(x) (sizeof (x) / sizeof *(x))