Skip to content

Commit

Permalink
3.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Shao-Feng committed Jan 8, 2016
1 parent 91f2a27 commit 61082dd
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[public_version]
version=3.1.15
version=3.1.16
[internal_version]
version=3.1.15-rc2
version=3.1.16-rc1
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
testkit-lite (3.1.15) unstable; urgency=low
testkit-lite (3.1.16) unstable; urgency=low

* Public Release.

Expand Down
2 changes: 1 addition & 1 deletion debian/files
Original file line number Diff line number Diff line change
@@ -1 +1 @@
testkit-lite_3.1.15_all.deb utils standard
testkit-lite_3.1.16_all.deb utils standard
4 changes: 2 additions & 2 deletions packaging/testkit-lite.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Maintainer: Lei Yang <lei.a.yang@intel.com>
Build-Depends: debhelper (>= 8.0.0), python-setuptools, python-support (>= 0.8.4)
Standards-Version: 3.9.2
Homepage: https://github.com/testkit/testkit-manager
Version: 3.1.15
Version: 3.1.16
Files:
e3b0bfd4442c7301aa9982201c6ebd3b 1398131 testkit-lite_3.1.15.tar.gz
e3b0bfd4442c7301aa9982201c6ebd3b 1398131 testkit-lite_3.1.16.tar.gz

2 changes: 1 addition & 1 deletion packaging/testkit-lite.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: TCT-Lite
Name: testkit-lite
Version: 3.1.15
Version: 3.1.16
Release: 1
License: GPLv2
Group: Applications/System
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def run (self):
url = "https://github.com/testkit/testkit-lite",
author = "Shaofeng Tang",
author_email = "shaofeng.tang@intel.com",
version = "3.1.15",
version = "3.1.16",
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']),
Expand Down

0 comments on commit 61082dd

Please sign in to comment.