Skip to content

Commit d79f4fb

Browse files
committed
Bump version number
1 parent 7de9992 commit d79f4fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

man/flog.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% flog(1) Version v1.6.2 | Flog User's Guide
1+
% flog(1) Version v1.6.4 | Flog User's Guide
22

33
NAME
44
====

src/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*/
3030

3131
#define PROGRAM_NAME "flog"
32-
#define PROGRAM_VERSION "v1.6.2"
32+
#define PROGRAM_VERSION "v1.6.4"
3333

3434
/*! \brief An enumerated type representing error conditions. */
3535
typedef enum FlogErrorData {

0 commit comments

Comments
 (0)