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