version 2.9

Signed-off-by: Clark Williams <williams@redhat.com>
diff --git a/rteval.spec b/rteval.spec
index 1c0ebc5..ca6d739 100644
--- a/rteval.spec
+++ b/rteval.spec
@@ -2,8 +2,8 @@
 %{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:		rteval
-Version:	2.8
-Release:	2%{?dist}
+Version:	2.9
+Release:	1%{?dist}
 Summary:	Utility to evaluate system suitability for RT Linux
 
 Group:		Development/Tools
@@ -95,6 +95,9 @@
 /usr/bin/rteval
 
 %changelog
+* Mon May  9 2016 Clark Williams <williams@redhat.com> - 2.9.1
+- default cpulist for modules if only one specified [1333831]
+
 * Tue Apr 26 2016 Clark Williams <williams@redhat.com> - 2.8.1
 - add the --version option to print the rteval version
 - made the --cyclictest-breaktrace option work properly [1209986]
diff --git a/rteval/version.py b/rteval/version.py
index 63aa8b5..d58a286 100644
--- a/rteval/version.py
+++ b/rteval/version.py
@@ -23,4 +23,4 @@
 #   are deemed to be part of the source code.
 #
 
-RTEVAL_VERSION = '2.8'
+RTEVAL_VERSION = '2.9'