Skip to content

Commit

Permalink
Relase 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippWendler committed Aug 27, 2019
1 parent 11068be commit 56dfac8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.2-dev
VERSION = 1.2

DESTDIR :=
PREFIX := /usr/local
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
cpu-energy-meter (1.2-1) bionic; urgency=medium

* New upstream version.

-- Philipp Wendler <debian@philippwendler.de> Tue, 27 Aug 2019 15:00:37 +0200

cpu-energy-meter (1.1-1) bionic; urgency=medium

* New upstream version.
Expand Down
2 changes: 1 addition & 1 deletion src/cpu-energy-meter.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "util.h"

const char *progname = "CPU Energy Meter"; // will be overwritten when parsing the command line
const char *const version = "1.2-dev";
const char *const version = "1.2";

// Configuration (from command-line parameters)
static uint64_t delay = 0;
Expand Down

0 comments on commit 56dfac8

Please sign in to comment.