diff --git a/man/flog.1.md b/man/flog.1.md index f1c8bcc..a41cd36 100644 --- a/man/flog.1.md +++ b/man/flog.1.md @@ -1,4 +1,4 @@ -% flog(1) Version v1.7.3 | Flog User's Guide +% flog(1) Version v1.7.4 | Flog User's Guide NAME ==== diff --git a/src/common.h b/src/common.h index d7981bd..a07f793 100644 --- a/src/common.h +++ b/src/common.h @@ -29,7 +29,7 @@ */ #define PROGRAM_NAME "flog" -#define PROGRAM_VERSION "v1.7.3" +#define PROGRAM_VERSION "v1.7.4" /*! \brief An enumerated type representing error conditions. */ typedef enum FlogErrorData {