Skip to content

Commit 461f690

Browse files
committed
Update the version to 3.1.17
1 parent ffaf4e2 commit 461f690

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[public_version]
2-
version=3.1.16
2+
version=3.1.17
33
[internal_version]
4-
version=3.1.16-rc1
4+
version=3.1.17-rc1

packaging/testkit-lite.dsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Maintainer: Lei Yang <lei.a.yang@intel.com>
55
Build-Depends: debhelper (>= 8.0.0), python-setuptools, python-support (>= 0.8.4)
66
Standards-Version: 3.9.2
77
Homepage: https://github.com/testkit/testkit-manager
8-
Version: 3.1.16
8+
Version: 3.1.17
99
Files:
1010
e3b0bfd4442c7301aa9982201c6ebd3b 1398131 testkit-lite_3.1.16.tar.gz
1111

packaging/testkit-lite.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: TCT-Lite
22
Name: testkit-lite
3-
Version: 3.1.16
3+
Version: 3.1.17
44
Release: 1
55
License: GPLv2
66
Group: Applications/System

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def run (self):
4040
url = "https://github.com/testkit/testkit-lite",
4141
author = "Shaofeng Tang",
4242
author_email = "shaofeng.tang@intel.com",
43-
version = "3.1.16",
43+
version = "3.1.17",
4444
include_package_data = True,
4545
data_files = [('/opt/testkit/lite', ['VERSION', 'doc/testkit-lite_user_guide.pdf', 'doc/testkit-lite_tutorial.pdf', 'doc/test_definition_schema.pdf']),
4646
('/opt/testkit/lite/commodule/', ['CONFIG']),

0 commit comments

Comments
 (0)