Skip to content

Commit b203a16

Browse files
Release 1.1
1 parent 4f11d7e commit b203a16

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 1.1-dev
1+
VERSION = 1.1
22

33
DESTDIR :=
44
PREFIX := /usr/local

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cpu-energy-meter (1.1-1) bionic; urgency=medium
2+
3+
* New upstream version.
4+
5+
-- Philipp Wendler <debian@philippwendler.de> Fri, 12 Apr 2019 09:08:40 +0200
6+
17
cpu-energy-meter (1.0-1) xenial; urgency=medium
28

39
* Initial release.

src/cpu-energy-meter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3838
#include "util.h"
3939

4040
const char *progname = "CPU Energy Meter"; // will be overwritten when parsing the command line
41-
const char * const version = "1.1-dev";
41+
const char * const version = "1.1";
4242

4343
// Configuration (from command-line parameters)
4444
static uint64_t delay = 0;

0 commit comments

Comments
 (0)