Skip to content

Commit 0ac9440

Browse files
authored
Merge pull request #325 from marcransome/bump-version
Bump version
2 parents 4b88304 + 64d6ecb commit 0ac9440

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

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

0 commit comments

Comments
 (0)