rteval: update version number to v3.3

Update version number to v3.3

Signed-off-by: John Kacur <jkacur@redhat.com>
diff --git a/rteval.spec b/rteval.spec
index c999959..8feb559 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:	3.2
+Version:	3.3
 Release:	1%{?dist}
 Summary:	Utility to evaluate system suitability for RT Linux
 
diff --git a/rteval/version.py b/rteval/version.py
index d7ed7bf..785a998 100644
--- a/rteval/version.py
+++ b/rteval/version.py
@@ -23,4 +23,4 @@
 #   are deemed to be part of the source code.
 #
 
-RTEVAL_VERSION = '3.2'
+RTEVAL_VERSION = '3.3'