File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change 1
- #pragma once
2
-
3
- // Update the plugin version according to Semantic Versioning (SemVer) guidelines
4
- // https://semver.org/
5
- //
6
- // Changelog:
7
- // 1.0.x Initial versions from long ago
8
- // 1.1.0 2022/02/10 Support TLSv1.2 in Perforce Plugin
9
- // TODO unity versions and backports?
10
- // 1.2.0 2022/08/05 Added MFA login2 support
11
- // 2023.1.0a14
12
- // 1.2.1 2024/03/15 Fix login failure license about to expire
13
- // 2021.3.38f1, 2023.2.19f1, 6000.0.0b14
14
- #define PERFORCE_PLUGIN_VERSION "1.2.1"
1
+ #pragma once
2
+
3
+ // Update the plugin version according to Semantic Versioning (SemVer) guidelines
4
+ // https://semver.org/
5
+ //
6
+ // Changelog:
7
+ // 1.0.x Initial versions from long ago
8
+ // 1.1.0 2022/02/10 Support TLSv1.2 in Perforce Plugin
9
+ // TODO unity versions and backports?
10
+ // 1.2.0 2022/08/05 Added MFA login2 support
11
+ // 2023.1.0a14
12
+ // 1.2.1 2024/03/15 Fix login failure license about to expire
13
+ // 2021.3.38f1, 2023.2.19f1, 6000.0.0b14
14
+ // 1.3.0 2025/07/29 P4 API 2021.2 for Perforce Cloud
15
+
16
+ #define PERFORCE_PLUGIN_VERSION "1.3.0"
You can’t perform that action at this time.
0 commit comments