From 94b719b88d7434cce6a05471d1662049140a5270 Mon Sep 17 00:00:00 2001 From: Yiming Jing Date: Mon, 1 Apr 2019 17:10:32 -0700 Subject: [PATCH] 1.0.0 --- .azure-pipelines.yml | 1 + CMakeLists.txt | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- configure.ac | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 2875dfe..28d0a36 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -99,6 +99,7 @@ trigger: branches: include: - master + - develop tags: include: - v* diff --git a/CMakeLists.txt b/CMakeLists.txt index 876208b..39f84e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ if(RUSTC_VERSION VERSION_LESS 1.31) message(FATAL_ERROR "Rust is too old, please install at least 1.31 to support the Rust 2018 edition") endif() -project(MesaLink VERSION 12.0.0) +project(MesaLink VERSION 15.0.0) set(LIB_NAME mesalink) # Config options diff --git a/Cargo.lock b/Cargo.lock index 760ccaf..aab3ecf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -189,7 +189,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mesalink" -version = "0.8.0" +version = "1.0.0" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3283a82..f563186 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mesalink" -version = "0.8.0" +version = "1.0.0" edition = "2018" authors = ["The MesaLink Project Contributors"] license = "BSD-3-Clause" diff --git a/configure.ac b/configure.ac index 467f58d..95d4797 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ LT_PREREQ([2.2]) LT_INIT LT_LANG([C]) -MESALINK_LIBRARY_VERSION=12:0:0 +MESALINK_LIBRARY_VERSION=15:0:0 # | | | # +------+ | +---+ # | | |