From: Alberto Leiva Popper Date: Sat, 4 Sep 2021 05:33:54 +0000 (-0500) Subject: Startup: Print version number X-Git-Tag: 1.5.2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd94be2b9390abe5b6c3b24d26ef460b0d0215fd;p=thirdparty%2FFORT-validator.git Startup: Print version number Just to make sure ongoing debugs are running the right version. Needs to be more automated. --- diff --git a/src/config.c b/src/config.c index 634f2c6c..19d99984 100644 --- a/src/config.c +++ b/src/config.c @@ -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)