Commit 2f1685fe by Tianqi Chen Committed by Yizhi Liu

[LICENSE] clarify the blockingqueue license, update version to 0.6.0 (#4414)

parent 6a9e6e4d
......@@ -224,7 +224,7 @@ BSD 2-clause License
BSD 2-clause License + zlib License
-----------------------------------
3rdparty/dmlc-core/include/dmlc/concurrentqueue.h
3rdparty/dmlc-core/include/dmlc/blockingconcurrentqueue.h
MIT License
......
......@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
{% set version = "0.6.dev1" %}
{% set version = "0.6.0" %}
package:
name: tvm-libs
......
......@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
{% set version = "0.6.dev1" %}
{% set version = "0.6.0" %}
package:
name: tvm
......
......@@ -61,7 +61,7 @@
#endif
// TVM version
#define TVM_VERSION "0.6.dev"
#define TVM_VERSION "0.6.0"
// TVM Runtime is DLPack compatible.
......
©2015-2016 Cameron Desrochers. Distributed under the terms of the simplified
BSD license, available at the top of concurrentqueue.h.
Uses Jeff Preshing's semaphore implementation (under the terms of its
separate zlib license, embedded below).
zlib license
------------
Copyright (c) 2015 Jeff Preshing
This software is provided 'as-is', without any express or implied
......@@ -14,4 +23,4 @@ freely, subject to the following restrictions:
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
\ No newline at end of file
3. This notice may not be removed or altered from any source distribution.
......@@ -202,4 +202,4 @@ def find_include_path(name=None, search_path=None, optional=False):
# We use the version of the incoming release for code
# that is under development.
# The following line is set by tvm/python/update_version.py
__version__ = "0.6.dev"
__version__ = "0.6.0"
......@@ -31,7 +31,7 @@ import re
# current version
# We use the version of the incoming release for code
# that is under development
__version__ = "0.6.dev"
__version__ = "0.6.0"
# Implementations
def update(file_name, pattern, repl):
......
......@@ -21,7 +21,7 @@
* TVM Javascript web runtime library.
*
* @projectname tvm
* @version 0.6.dev
* @version 0.6.0
*/
/* eslint no-unused-vars: "off" */
/* eslint no-unexpected-multiline: "off" */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment