File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
255255This is the first official release of the ccap project, including complete CMake configuration and cross-platform build support.
Original file line number Diff line number Diff line change 11Pod ::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
66Pod of https://github.com/wysaid/CameraCapture
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments