aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2022-08-16 16:00:02 -0400
committerJohn Kacur <jkacur@redhat.com>2022-08-16 16:00:02 -0400
commit4f941ac6226876bccc13a4be105bf3ef6473b87d (patch)
treefa3ecf7a112d6ed1e36c61fd1f1cf2c949cf8209
parente3a2ec608e61f7c1a861b83dc7c0fa7807e67b63 (diff)
downloadrteval-4f941ac6226876bccc13a4be105bf3ef6473b87d.tar.gz
rteval: Update version number to v3.5v3.5
Update version number to v3.5 Signed-off-by: John Kacur <jkacur@redhat.com>
-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'