Skip to content

Commit 6d06e0f

Browse files
committed
Update plugin version to 1.3.0
2025/07/29 P4 API 2021.2 for Perforce Cloud
1 parent b5c12d8 commit 6d06e0f

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

P4Plugin/Source/P4PluginVersion.h

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
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"

0 commit comments

Comments
 (0)