summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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