diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2010-10-11 22:42:53 +0200 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2010-10-11 22:42:53 +0200 |
commit | a56fd473bff53601a84b9954f079a56e153b7ec6 (patch) | |
tree | 3c2b0ab577d09242c2f5bcbfc4235780bbe2a355 | |
parent | Update copyright of the init script and add a COPYING file. (diff) | |
download | fifo-cronolog-a56fd473bff53601a84b9954f079a56e153b7ec6.tar.gz fifo-cronolog-a56fd473bff53601a84b9954f079a56e153b7ec6.tar.bz2 fifo-cronolog-a56fd473bff53601a84b9954f079a56e153b7ec6.zip |
Revision bump.v1.1.1
-rw-r--r-- | fifo-cronolog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fifo-cronolog.c b/fifo-cronolog.c index ef5609d..de87827 100644 --- a/fifo-cronolog.c +++ b/fifo-cronolog.c @@ -35,7 +35,7 @@ POSSIBILITY OF SUCH DAMAGE. #include <errno.h> #include <string.h> -#define VERSION "1.1" +#define VERSION "1.1.1" char *pidfile; |