diff --git a/Makefile b/Makefile index e55008a..e69c237 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.2-dev +VERSION = 1.2 DESTDIR := PREFIX := /usr/local diff --git a/debian/changelog b/debian/changelog index 97e04e0..4a8154d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cpu-energy-meter (1.2-1) bionic; urgency=medium + + * New upstream version. + + -- Philipp Wendler Tue, 27 Aug 2019 15:00:37 +0200 + cpu-energy-meter (1.1-1) bionic; urgency=medium * New upstream version. diff --git a/src/cpu-energy-meter.c b/src/cpu-energy-meter.c index 9781c1b..beaf492 100644 --- a/src/cpu-energy-meter.c +++ b/src/cpu-energy-meter.c @@ -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;