Skip to content

Commit 32fbfa5

Browse files
authored
Merge pull request #236 from marcransome/bump-version
Bump version number
2 parents 010d1a7 + fa87b8b commit 32fbfa5

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.0 | Flog User's Guide
1+
% flog(1) Version v1.6.1 | 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.0"
32+
#define PROGRAM_VERSION "v1.6.1"
3333

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

0 commit comments

Comments
 (0)