Message ID | 20230221195828.17919-4-jkacur@redhat.com |
---|---|
State | New |
Headers | show |
Series | None | expand |
diff --git a/rteval.spec b/rteval.spec index f6cacc878582..d1d9d10a461b 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.5 +Version: 3.6 Release: 1%{?dist} Summary: Utility to evaluate system suitability for RT Linux diff --git a/rteval/version.py b/rteval/version.py index 3c352e16997b..bedec09c0bdf 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.5' +RTEVAL_VERSION = '3.6'
Update version number to v3.6 Signed-off-by: John Kacur <jkacur@redhat.com> --- rteval.spec | 2 +- rteval/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)