Skip to content

Commit 7edea5b

Browse files
committed
Bump version to 1.4.0
- Update ccap_config.h to 1.4.0 - Update ccap.podspec to 1.4.0 - Update BUILD_AND_INSTALL.md to 1.4.0
1 parent 2641383 commit 7edea5b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

BUILD_AND_INSTALL.md

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

251251
## Version Information
252252

253-
Current version: 1.3.2
253+
Current version: 1.4.0
254254

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

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.3.2"
3+
s.version = "1.4.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: 3 additions & 3 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 3
19-
#define CCAP_VERSION_PATCH 2
20-
#define CCAP_VERSION_STRING "1.3.2"
18+
#define CCAP_VERSION_MINOR 4
19+
#define CCAP_VERSION_PATCH 0
20+
#define CCAP_VERSION_STRING "1.4.0"
2121

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

0 commit comments

Comments
 (0)