Skip to content

Commit a92db53

Browse files
committed
Revert version to 1.3.2
1 parent ead7f74 commit a92db53

4 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
@@ -250,6 +250,6 @@ git clean -fdx install/
250250

251251
## Version Information
252252

253-
Current version: 1.4.1
253+
Current version: 1.3.2
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.4.1"
3+
s.version = "1.3.2"
44
s.summary = "CameraCapture And Player"
55
s.description = <<-DESC
66
Pod of https://github.com/wysaid/CameraCapture

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class CcapConan(ConanFile):
77
name = "ccap"
8-
version = "1.4.1"
8+
version = "1.3.2"
99
license = "MIT"
1010
author = "wysaid (this@wysaid.org)"
1111
url = "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 4
19-
#define CCAP_VERSION_PATCH 1
20-
#define CCAP_VERSION_STRING "1.4.1"
18+
#define CCAP_VERSION_MINOR 3
19+
#define CCAP_VERSION_PATCH 2
20+
#define CCAP_VERSION_STRING "1.3.2"
2121

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

0 commit comments

Comments
 (0)