summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNagappan Alagappan <nagappan@gmail.com>2011-09-21 10:29:10 -0700
committerNagappan Alagappan <nagappan@gmail.com>2011-09-21 10:29:10 -0700
commitff53a8237c380d5a9a37034124fb6742c8e67bf9 (patch)
treeea25dff1ec83c152053f1e8e9074a9d335dcc4f2
parent3c553131303f52257ed91ce89a75121c4cf42655 (diff)
Updated LDTP verion to 2.2.0LDTP_2.2.0
-rw-r--r--Doxyfile2
-rwxr-xr-xscripts/ldtp2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/Doxyfile b/Doxyfile
index ba10da2..fc8e296 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = LDTP
-PROJECT_NUMBER = 2.1
+PROJECT_NUMBER = 2.2
OUTPUT_DIRECTORY = doc
CREATE_SUBDIRS = YES
OUTPUT_LANGUAGE = English
diff --git a/scripts/ldtp b/scripts/ldtp
index 9e1f87e..b115bd5 100755
--- a/scripts/ldtp
+++ b/scripts/ldtp
@@ -18,7 +18,7 @@ def parse_cmd_line_option():
(options, args) = parser.parse_args()
if options.version:
# Print version info and exit
- print 'ldtp-2.1.1'
+ print 'ldtp-2.2.0'
sys.exit(0)
if options.verbose:
# Set verbose flag
diff --git a/setup.py b/setup.py
index d79e11f..978f247 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ Headers in this file shall remain intact.
from distutils.core import setup
setup(name="ldtp",
- version="2.1.1",
+ version="2.2.0",
description="Linux Desktop Testing Project Version 2",
maintainer="Nagappan Alagappan",
maintainer_email="nagappan@gmail.com",