From 6766b0778736c943f9fd87cfc9b8f5e3f9a04725 Mon Sep 17 00:00:00 2001 From: fiplox Date: Tue, 4 Jan 2022 13:14:20 +0100 Subject: [PATCH] regenerate cmdline --- src/cmdline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmdline.h b/src/cmdline.h index eafea9d..77aa500 100644 --- a/src/cmdline.h +++ b/src/cmdline.h @@ -31,7 +31,7 @@ extern "C" { #ifndef CMDLINE_PARSER_VERSION /** @brief the program version */ -#define CMDLINE_PARSER_VERSION "1.0.1" +#define CMDLINE_PARSER_VERSION "1.0.0" #endif /** @brief Where the command line options are stored */