Skip to content

Commit

Permalink
release 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
valr committed Aug 15, 2017
1 parent 67da196 commit 5761f34
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2017-08-15 Valère Monseur <valere.monseur@ymail.com>

* Release 1.6.6

* Fix #38 : notification shown twice at startup

* Fix #40 : unexpected behaviour for hidpp battery type

2016-12-27 Valère Monseur <valere.monseur@ymail.com>

* Release 1.6.5
Expand Down
2 changes: 1 addition & 1 deletion cbatticon.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "CBATTICON" "1" "December 27, 2016" "cbatticon 1.6.5" ""
.TH "CBATTICON" "1" "August 15, 2017" "cbatticon 1.6.6" ""
.SH "NAME"
cbatticon \(em a lightweight and fast battery icon that sits in your system tray
.SH "SYNOPSIS"
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-2016 Valère Monseur
* Copyright (C) 2014-2017 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.5
#define CBATTICON_VERSION_STRING "1.6.5"
#define CBATTICON_VERSION_NUMBER 1.6.6
#define CBATTICON_VERSION_STRING "1.6.6"
#define CBATTICON_STRING "cbatticon"

#include <glib.h>
Expand Down

0 comments on commit 5761f34

Please sign in to comment.