From 63aaeaa2b8de7bd8f282c7f1448799a5100fad73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A8re=20Monseur?= Date: Wed, 9 Feb 2022 22:55:35 +0100 Subject: [PATCH] release 1.6.12 --- Changelog | 6 ++++++ cbatticon.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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