From: Andreas Reichel <[email protected]> AC_INIT contains inconsistent version. Fix to 0.4.
Signed-off-by: Andreas Reichel <[email protected]> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6c7f381..31d8d30 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # AC_INIT([efibootguard], - [0.1.0], + [0.4], [], [efibootguard], []) -- 2.19.1 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/20181025134409.1446-4-andreas.reichel.ext%40siemens.com. For more options, visit https://groups.google.com/d/optout.
