diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2024-03-12 11:06:26 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2024-03-12 11:06:26 -0700 |
commit | 81713dc3efcbec5ae3006580a97aef519bfc7c2b (patch) | |
tree | 8d25eaf1a567bf3d52f56f1d5d80768ff3496bbe | |
parent | doc: add README & AUTHORS (diff) | |
download | fifo-cronolog-81713dc3efcbec5ae3006580a97aef519bfc7c2b.tar.gz fifo-cronolog-81713dc3efcbec5ae3006580a97aef519bfc7c2b.tar.bz2 fifo-cronolog-81713dc3efcbec5ae3006580a97aef519bfc7c2b.zip |
fix: bump version to ship docs
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-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 f7ff19f..c2875d6 100644 --- a/fifo-cronolog.c +++ b/fifo-cronolog.c @@ -14,7 +14,7 @@ SPDX-License-Identifier: BSD-2-Clause #include <errno.h> #include <string.h> -#define VERSION "1.2.0" +#define VERSION "1.2.1" char *pidfile; |