diff options
author | Clark Williams <williams@redhat.com> | 2010-07-13 15:33:33 -0500 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2010-07-13 15:33:33 -0500 |
commit | 758ce2254b0298827437aeae57574a2c2981acdf (patch) | |
tree | 475fd79a73df7ef98c3b033c301d900e7017db04 /rteval | |
parent | af39eb48b9082e56ecf46be2acd0cc59587a5c89 (diff) | |
download | rteval-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.py | 2 |
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 |