summaryrefslogtreecommitdiffstats
path: root/rteval
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-07-13 15:33:33 -0500
committerClark Williams <williams@redhat.com>2010-07-13 15:33:33 -0500
commit758ce2254b0298827437aeae57574a2c2981acdf (patch)
tree475fd79a73df7ef98c3b033c301d900e7017db04 /rteval
parentaf39eb48b9082e56ecf46be2acd0cc59587a5c89 (diff)
downloadrteval-758ce2254b0298827437aeae57574a2c2981acdf.tar.gz
rteval-758ce2254b0298827437aeae57574a2c2981acdf.tar.xz
rteval-758ce2254b0298827437aeae57574a2c2981acdf.zip
version update to v1.26
Signed-off-by: Clark Williams <williams@redhat.com>
Diffstat (limited to 'rteval')
-rw-r--r--rteval/rteval.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rteval/rteval.py b/rteval/rteval.py
index 68690fb..5d5e3b3 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.25"
+ self.version = "1.26"
self.load_modules = []
self.workdir = os.getcwd()
self.inifile = None