Skip to content

Commit

Permalink
Startup: Print version number
Browse files Browse the repository at this point in the history
Just to make sure ongoing debugs are running the right version.

Needs to be more automated.
  • Loading branch information
ydahhrk committed Sep 4, 2021
1 parent eb68ebb commit bd94be2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -928,6 +928,7 @@ print_config(void)
{
struct option_field const *opt;

pr_op_info("Fort 1.5.1.2");
pr_op_info("Configuration {");

FOREACH_OPTION(options, opt, 0xFFFF)
Expand Down

0 comments on commit bd94be2

Please sign in to comment.