Skip to content

Commit b9fe126

Browse files
committed
chore: prepare v1.7.0 release
1 parent b17739a commit b9fe126

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

BUILD_AND_INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,6 @@ git clean -fdx install/
252252

253253
## Version Information
254254

255-
Current version: 1.6.0
255+
Current version: 1.7.0
256256

257257
This is the first official release of the ccap project, including complete CMake configuration and cross-platform build support.

bindings/rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ccap-rs"
3-
version = "1.6.0"
3+
version = "1.7.0"
44
edition = "2021"
55
rust-version = "1.65"
66
authors = ["wysaid <this@wysaid.org>"]

ccap.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ccap"
3-
s.version = "1.6.0"
3+
s.version = "1.7.0"
44
s.summary = "CameraCapture And Player"
55
s.description = <<-DESC
66
Pod of https://github.com/wysaid/CameraCapture

include/ccap_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
/* ========== Version Information ========== */
1616

1717
#define CCAP_VERSION_MAJOR 1
18-
#define CCAP_VERSION_MINOR 6
18+
#define CCAP_VERSION_MINOR 7
1919
#define CCAP_VERSION_PATCH 0
20-
#define CCAP_VERSION_STRING "1.6.0"
20+
#define CCAP_VERSION_STRING "1.7.0"
2121

2222
/* ========== Export/Import Macro Definitions ========== */
2323

0 commit comments

Comments
 (0)