Skip to content

Commit 8985279

Browse files
authored
Merge pull request #185 from marcransome/bump-version
Bump version number for release
2 parents a207f1c + 2ec62f8 commit 8985279

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

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

0 commit comments

Comments
 (0)