Rev 100 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 100 | Rev 102 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | /// inotify cron basic definition file
|
2 | /// inotify cron basic definition file
|
3 | /**
|
3 | /**
|
4 | * \file incron.h
|
4 | * \file incron.h
|
5 | *
|
5 | *
|
6 | * inotify cron system
|
6 | * inotify cron system
|
7 | *
|
7 | *
|
8 | * Copyright (C) 2006, 2007, 2008 Lukas Jelinek, <lukas@aiken.cz>
|
8 | * Copyright (C) 2006, 2007, 2008, 2009 Lukas Jelinek, <lukas@aiken.cz>
|
9 | *
|
9 | *
|
10 | * This program is free software; you can use it, redistribute
|
10 | * This program is free software; you can use it, redistribute
|
11 | * it and/or modify it under the terms of the GNU General Public
|
11 | * it and/or modify it under the terms of the GNU General Public
|
12 | * License, version 2 (see LICENSE-GPL).
|
12 | * License, version 2 (see LICENSE-GPL).
|
13 | *
|
13 | *
|
14 | */
|
14 | */
|
15 | 15 | ||
16 | 16 | ||
17 | #ifndef _INCRON_H_
|
17 | #ifndef _INCRON_H_
|
18 | #define _INCRON_H_
|
18 | #define _INCRON_H_
|
19 | 19 | ||
20 | /// Common application name
|
20 | /// Common application name
|
Line 25... | Line 25... | ||
25 | 25 | ||
26 | /// Table manipulator name
|
26 | /// Table manipulator name
|
27 | #define INCRONTAB_NAME "incrontab"
|
27 | #define INCRONTAB_NAME "incrontab"
|
28 | 28 | ||
29 | /// Application version (release)
|
29 | /// Application version (release)
|
30 | #define INCRON_VERSION "0.5.8"
|
30 | #define INCRON_VERSION "0.5.9"
|
31 | 31 | ||
32 | /// Address for sending bugs
|
32 | /// Address for sending bugs
|
33 | #define INCRON_BUG_ADDRESS "<bugs@aiken.cz>"
|
33 | #define INCRON_BUG_ADDRESS "<bugs@aiken.cz>"
|
34 | 34 | ||
35 | /// Default configuration file
|
35 | /// Default configuration file
|