aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristen Carlson Accardi <kristen@linux.intel.com>2013-07-18 13:29:00 -0700
committerKristen Carlson Accardi <kristen@linux.intel.com>2013-07-18 13:29:00 -0700
commit99121654d8956d74922a4e1eddbbbd05bf64d175 (patch)
treefacb1161fe63bc9fa3cb4f4d98000422d393f5ae
parent5d51ee66d6464a74dc6381c35885be75f9bb67ea (diff)
configure: update for 2.4
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 32116ce..7895276 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.3], [powertop@lists.01.org])
+AC_INIT([powertop], [2.4], [powertop@lists.01.org])
AM_INIT_AUTOMAKE([-Wall foreign ])
AC_LANG([C++])
AC_CONFIG_FILES([Makefile src/Makefile traceevent/Makefile po/Makefile.in doc/Makefile])