version bump to v1.30

Signed-off-by: Clark Williams <williams@redhat.com>
diff --git a/rteval.spec b/rteval.spec
index 59f6319..0908994 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.29
+Version:	1.30
 Release:	1%{?dist}
 Summary:	Utility to evaluate system suitability for RT Linux
 
@@ -71,6 +71,9 @@
 /usr/bin/rteval
 
 %changelog
+* Wed Jul 21 2010 Clark Williams <williams@redhat.com> - 1.30-1
+- added code to hackbench to try to detect and ease memory pressure
+
 * Fri Jul 16 2010 Clark Williams <williams@redhat.com> - 1.29-1
 - fixed incorrect type value in kcompile.py
 
diff --git a/rteval/rteval.py b/rteval/rteval.py
index 076e92a..f04b4db 100644
--- a/rteval/rteval.py
+++ b/rteval/rteval.py
@@ -70,7 +70,7 @@
 
 class RtEval(object):
     def __init__(self, cmdargs):
-        self.version = "1.29"
+        self.version = "1.30"
         self.load_modules = []
         self.workdir = os.getcwd()
         self.inifile = None