diff --git a/Changelog b/Changelog index 690d1fd..7c04575 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +2022-02-09 Valère Monseur + + * Release 1.6.12 + + * Fix Makefile for error: '-Wformat-security' ignored without '-Wformat' + 2022-02-09 Valère Monseur * Release 1.6.11 diff --git a/cbatticon.c b/cbatticon.c index ae96dc3..7e543a7 100644 --- a/cbatticon.c +++ b/cbatticon.c @@ -21,8 +21,8 @@ * with this program. If not, see . */ -#define CBATTICON_VERSION_NUMBER 1.6.11 -#define CBATTICON_VERSION_STRING "1.6.11" +#define CBATTICON_VERSION_NUMBER 1.6.12 +#define CBATTICON_VERSION_STRING "1.6.12" #define CBATTICON_STRING "cbatticon" #include