Skip to content

Commit

Permalink
Merge pull request #248 from marcransome/bump-version
Browse files Browse the repository at this point in the history
Bump version number
  • Loading branch information
marcransome authored Oct 5, 2024
2 parents f725faa + 2ae1d95 commit 661ec61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/flog.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% flog(1) Version v1.6.1 | Flog User's Guide
% flog(1) Version v1.6.2 | Flog User's Guide

NAME
====
Expand Down
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/

#define PROGRAM_NAME "flog"
#define PROGRAM_VERSION "v1.6.1"
#define PROGRAM_VERSION "v1.6.2"

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

0 comments on commit 661ec61

Please sign in to comment.