summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rteval.spec2
-rw-r--r--rteval/version.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/rteval.spec b/rteval.spec
index 5d6099d..f6cacc8 100644
--- a/rteval.spec
+++ b/rteval.spec
@@ -2,7 +2,7 @@
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: rteval
-Version: 3.4
+Version: 3.5
Release: 1%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
diff --git a/rteval/version.py b/rteval/version.py
index 5fda741..3c352e1 100644
--- a/rteval/version.py
+++ b/rteval/version.py
@@ -23,4 +23,4 @@
# are deemed to be part of the source code.
#
-RTEVAL_VERSION = '3.4'
+RTEVAL_VERSION = '3.5'