From 792514a1e0fd99cb4de94854dd6805b180879705 Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Tue, 29 Dec 2020 16:57:43 -0800 Subject: [PATCH] Release 1.0.0rc1 --- CMakeLists.txt | 2 +- cmake/Python_version.in | 2 +- python/treelite/VERSION | 2 +- runtime/java/treelite4j/pom.xml | 2 +- runtime/python/treelite_runtime/VERSION | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f0ab47c..6a49810b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ set (CMAKE_FIND_NO_INSTALL_PREFIX TRUE FORCE) cmake_minimum_required (VERSION 3.14) -project(treelite LANGUAGES CXX C VERSION 0.93) +project(treelite LANGUAGES CXX C VERSION 1.0.0) set(CMAKE_CXX_STANDARD 14) diff --git a/cmake/Python_version.in b/cmake/Python_version.in index b4a09676..2dc27c99 100644 --- a/cmake/Python_version.in +++ b/cmake/Python_version.in @@ -1 +1 @@ -@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@ +@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@rc1 diff --git a/python/treelite/VERSION b/python/treelite/VERSION index 341ad3c8..6a056a8b 100644 --- a/python/treelite/VERSION +++ b/python/treelite/VERSION @@ -1 +1 @@ -0.93 +1.0.0rc1 diff --git a/runtime/java/treelite4j/pom.xml b/runtime/java/treelite4j/pom.xml index 62de2758..2f12d5d6 100644 --- a/runtime/java/treelite4j/pom.xml +++ b/runtime/java/treelite4j/pom.xml @@ -5,7 +5,7 @@ 4.0.0 ml.dmlc treelite4j - 0.93 + 1.0.0-RC1 jar UTF-8 diff --git a/runtime/python/treelite_runtime/VERSION b/runtime/python/treelite_runtime/VERSION index 341ad3c8..6a056a8b 100644 --- a/runtime/python/treelite_runtime/VERSION +++ b/runtime/python/treelite_runtime/VERSION @@ -1 +1 @@ -0.93 +1.0.0rc1