Skip to content

Commit f6b698c

Browse files
committed
chore: prepare v1.7.1 release
1 parent 58eca1b commit f6b698c

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.7.0
255+
Current version: 1.7.1
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.7.0"
3+
version = "1.7.1"
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.7.0"
3+
s.version = "1.7.1"
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
@@ -16,8 +16,8 @@
1616

1717
#define CCAP_VERSION_MAJOR 1
1818
#define CCAP_VERSION_MINOR 7
19-
#define CCAP_VERSION_PATCH 0
20-
#define CCAP_VERSION_STRING "1.7.0"
19+
#define CCAP_VERSION_PATCH 1
20+
#define CCAP_VERSION_STRING "1.7.1"
2121

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

0 commit comments

Comments
 (0)