aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Konno <joe.konno@intel.com>2016-08-03 16:04:46 -0700
committerJoe Konno <joe.konno@intel.com>2016-08-03 16:36:18 -0700
commit7b35acae25e313f8191b9733a221386ea26fd949 (patch)
tree60fd1ab7198bc90302adb6898b70ba61c5f49305
parentf69d4dc45ab526b87a14a04e9dead4f9fc76f8be (diff)
downloadpowertop-2.0-7b35acae25e313f8191b9733a221386ea26fd949.tar.gz
configure.ac: bump version to 2.9-pre
Once we get things ready for pre-release testing, AC_REVISION will change to "-rcX" and a version tag will be pushed. For now, executing a local build with "--version" will give some indication it's something you built and not something provided by your package manager. Signed-off-by: Joe Konno <joe.konno@intel.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7573d84..4681c9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.68])
-AC_INIT([powertop], [2.8], [powertop@lists.01.org], [], [https://01.org/powertop])
+AC_INIT([powertop], [2.9-pre], [powertop@lists.01.org], [], [https://01.org/powertop])
AM_INIT_AUTOMAKE([
-Wall
1.12.2