summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-07-08 16:34:03 -0500
committerClark Williams <williams@redhat.com>2010-07-08 16:34:03 -0500
commit1cef7b48e883670ebe5936f4c47d77e9520ceffe (patch)
tree151f85b34645a6dab0c34b3f34535ec9b1724287
parent69cadd050763d1e23a920a100b5479d38c5c8538 (diff)
downloadrteval-1cef7b48e883670ebe5936f4c47d77e9520ceffe.tar.gz
rteval-1cef7b48e883670ebe5936f4c47d77e9520ceffe.tar.xz
rteval-1cef7b48e883670ebe5936f4c47d77e9520ceffe.zip
vesion bump to v1.23
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--rteval.spec5
-rw-r--r--rteval/rteval.py2
2 files changed, 5 insertions, 2 deletions
diff --git a/rteval.spec b/rteval.spec
index c806e52..1885556 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: 1.22
+Version: 1.23
Release: 1%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
@@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/rteval
%changelog
+* Thu Jul 8 2010 Clark Williams <williams@redhat.com> - 1.23-1
+- version bump to deal with out-of-sync cvs issue
+
* Thu Jul 8 2010 Clark Williams <williams@redhat.com> - 1.22-1
- merged David Sommerseth <davids@redhat.com> changes to use
hackbench from rt-tests packages rather than carry local copy
diff --git a/rteval/rteval.py b/rteval/rteval.py
index 08adf15..f034e6f 100644
--- a/rteval/rteval.py
+++ b/rteval/rteval.py
@@ -70,7 +70,7 @@ def sigint_handler(signum, frame):
class RtEval(object):
def __init__(self, cmdargs):
- self.version = "1.22"
+ self.version = "1.23"
self.load_modules = []
self.workdir = os.getcwd()
self.inifile = None