aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@linux.intel.com>2011-05-11 00:48:37 -0400
committerArjan van de Ven <arjan@linux.intel.com>2011-05-11 00:48:37 -0400
commitb762f4438b81e15159814279f7aa615d82848b08 (patch)
treefae3f39cd0bafaa6d62b60d04dd6f017900ff889
parent793b3f3fa151603299a95d102957c552908fe658 (diff)
downloadpowertop-b762f4438b81e15159814279f7aa615d82848b08.tar.gz
bump the version
-rw-r--r--Makefile2
-rw-r--r--lib.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index da59e6f..b0b6cb7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
all: powertop po/powertop.pot
-VERSION := 1.97
+VERSION := 1.98
CFLAGS += -Wall -O2 -g -fno-omit-frame-pointer -fstack-protector -Wshadow -Wformat -D_FORTIFY_SOURCE=2
CPPFLAGS += -Wall -O2 -g -fno-omit-frame-pointer
diff --git a/lib.h b/lib.h
index 2a7db5c..0a62163 100644
--- a/lib.h
+++ b/lib.h
@@ -31,8 +31,8 @@
#define _(STRING) gettext(STRING)
-#define POWERTOP_VERSION "1.97 beta 1"
-#define POWERTOP_SHORT_VERSION "1.97"
+#define POWERTOP_VERSION "1.98 beta 1"
+#define POWERTOP_SHORT_VERSION "1.98"
extern int get_max_cpu(void);