Skip to content

Commit

Permalink
Release new version 1.6.11, including spanish translation and fixing …
Browse files Browse the repository at this point in the history
…incorrect version number
  • Loading branch information
valr committed Feb 9, 2022
1 parent 9c84e68 commit 0571825
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2022-02-09 Valère Monseur <valere.monseur@ymail.com>

* Release 1.6.11

* Fix #57 : wrong version number

* Fix #68 : added Spanish translation

2019-10-06 Valère Monseur <valere.monseur@ymail.com>

* Release 1.6.10
Expand Down
6 changes: 3 additions & 3 deletions cbatticon.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2011-2013 Colin Jones
* Copyright (C) 2014-2019 Valère Monseur
* Copyright (C) 2014-2022 Valère Monseur
*
* Based on code by Matteo Marchesotti
* Copyright (C) 2007 Matteo Marchesotti <matteo.marchesotti@fsfe.org>
Expand All @@ -21,8 +21,8 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#define CBATTICON_VERSION_NUMBER 1.6.9
#define CBATTICON_VERSION_STRING "1.6.9"
#define CBATTICON_VERSION_NUMBER 1.6.11
#define CBATTICON_VERSION_STRING "1.6.11"
#define CBATTICON_STRING "cbatticon"

#include <glib.h>
Expand Down

0 comments on commit 0571825

Please sign in to comment.