Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiming Jing committed Apr 2, 2019
1 parent 5fc0494 commit 94b719b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ trigger:
branches:
include:
- master
- develop
tags:
include:
- v*
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
# | | |
# +------+ | +---+
# | | |
Expand Down

0 comments on commit 94b719b

Please sign in to comment.