Skip to content

Commit

Permalink
Release version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippWendler committed Feb 1, 2018
1 parent afdd2a5 commit 8cdac2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.9
VERSION = 1.0

CC = gcc
CFLAGS = -I.
Expand Down
2 changes: 1 addition & 1 deletion cpu-energy-meter.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define DEFAULT_THERMAL_SPEC_POWER 200.0

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

uint64_t num_node = 0;
uint64_t delay = 0;
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cpu-energy-meter (0.9-1) unstable; urgency=medium
cpu-energy-meter (1.0-1) UNRELEASED; urgency=medium

* Initial release.

-- Thomas Bunk <[email protected]> Mon, 29 Jan 2018 17:07:51 +0100
-- Philipp Wendler <[email protected]> Wed, 31 Jan 2018 14:00:59 +0100

0 comments on commit 8cdac2f

Please sign in to comment.