Skip to content

Commit

Permalink
new release 1.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
valr committed Jun 11, 2019
1 parent 337611c commit 10419f7
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 @@
2019-06-11 Valère Monseur <valere.monseur@ymail.com>

* Release 1.6.9

* Fix #48 : added Example section in the man page

* Fix #52 : added Brazilian Portuguese translation

2018-04-08 Valère Monseur <valere.monseur@ymail.com>

* Release 1.6.8
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-2018 Valère Monseur
* Copyright (C) 2014-2019 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.8
#define CBATTICON_VERSION_STRING "1.6.8"
#define CBATTICON_VERSION_NUMBER 1.6.9
#define CBATTICON_VERSION_STRING "1.6.9"
#define CBATTICON_STRING "cbatticon"

#include <glib.h>
Expand Down

0 comments on commit 10419f7

Please sign in to comment.