From: liuct Date: Mon, 11 Aug 2014 09:22:47 +0000 (+0800) Subject: update version of Lite to 3.1.5 X-Git-Tag: upstream/3.1.7~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30749cba1307c743765d1758fa7e086a11478384;p=test%2Ftools%2Ftestkit-lite.git update version of Lite to 3.1.5 --- diff --git a/VERSION b/VERSION index 35221f5..b666ca8 100644 --- a/VERSION +++ b/VERSION @@ -1,4 +1,4 @@ [public_version] -version=3.1.4 +version=3.1.5 [internal_version] -version=3.1.4 +version=3.1.5 diff --git a/debian/changelog b/debian/changelog index 05a5fa5..0fb782e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -testkit-lite (3.1.4) unstable; urgency=low +testkit-lite (3.1.5) unstable; urgency=low * Public Release. diff --git a/packaging/testkit-lite.spec b/packaging/testkit-lite.spec index c0d5080..c342276 100644 --- a/packaging/testkit-lite.spec +++ b/packaging/testkit-lite.spec @@ -1,6 +1,6 @@ Summary: TCT-Lite Name: testkit-lite -Version: 3.1.4 +Version: 3.1.5 Release: 1 License: GPLv2 Group: Applications/System diff --git a/setup.py b/setup.py index a054dab..a32b296 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( url = "https://github.com/testkit/testkit-lite", author = "Shaofeng Tang", author_email = "shaofeng.tang@intel.com", - version = "3.1.4", + version = "3.1.5", include_package_data = True, data_files = [('/opt/testkit/lite', ['VERSION', 'doc/testkit-lite_user_guide.pdf', 'doc/testkit-lite_tutorial.pdf', 'doc/test_definition_schema.pdf']), ('/opt/testkit/lite/commodule/', ['CONFIG']),