Skip to content

Commit c9a1fff

Browse files
author
Jenkins
committed
Update release version and SONAME for v52.7.0
Signed-off-by: Jenkins <[email protected]>
1 parent 94901a0 commit c9a1fff

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
2424

2525
project(
2626
ArmCompute
27-
VERSION 0.0.0
27+
VERSION 52.7.0
2828
DESCRIPTION
2929
"The Compute Library is a collection of low-level machine learning functions \
3030
optimized for Arm® Cortex®-A, Arm® Neoverse™ CPU and Arm® Mali™ GPU \
@@ -489,7 +489,7 @@ configure_package_config_file(
489489
# Configure *ConfigVersion.cmake which exports the version info
490490
write_basic_package_version_file(
491491
"${ARM_COMPUTE_CONFIG_VERSION_OUTPUT_FILE}"
492-
VERSION ${${PROJECT_NAME}_VERSION}
492+
VERSION 52.7.0
493493
COMPATIBILITY AnyNewerVersion
494494
)
495495

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
# Compute Library [![acl-release-shield]][acl-release]
1414

15-
[acl-release-shield]: https://img.shields.io/github/v/release/ARM-software/ComputeLibrary?label=latest&color=green
16-
[acl-release]: https://github.com/ARM-software/ComputeLibrary/releases/latest
15+
[acl-release-shield]: https://img.shields.io/badge/version-52.7.0-green
16+
[acl-release]: https://github.com/ARM-software/ComputeLibrary/releases/v52.7.0
1717

1818
The Compute Library is a collection of low-level machine learning functions optimized for Arm® Cortex®-A, Arm® Neoverse™ and Arm® Mali™ GPUs architectures.<br>
1919

@@ -33,8 +33,8 @@ Key Features:
3333
## Documentation
3434
[![docs-shield]][docs-index]
3535

36-
[docs-shield]: https://img.shields.io/badge/documentation-latest-green
37-
[docs-index]: https://artificial-intelligence.sites.arm.com/computelibrary/latest/index.xhtml
36+
[docs-shield]: https://img.shields.io/badge/documentation-52.7.0-green
37+
[docs-index]: https://artificial-intelligence.sites.arm.com/computelibrary/v52.7.0/index.xhtml
3838

3939
> Note: The documentation includes the reference API, changelogs, build guide, contribution guide, errata, etc.
4040
@@ -88,7 +88,7 @@ Pre-build binaries are generated with the following security / good coding pract
8888

8989
**⚠ Important** Bazel and CMake builds are experimental CPU only builds, please see the [documentation][docs-howtobuild] for more details.
9090

91-
[docs-howtobuild]: https://artificial-intelligence.sites.arm.com/computelibrary/latest/how_to_build.xhtml
91+
[docs-howtobuild]: https://artificial-intelligence.sites.arm.com/computelibrary/v52.7.0/how_to_build.xhtml
9292

9393
<br>
9494

@@ -97,7 +97,7 @@ Pre-build binaries are generated with the following security / good coding pract
9797
Contributions to the Compute Library are more than welcome.
9898
If you are interested in contributing, please have a look at our [how to contribute guidelines][docs-contributionguidelines].
9999

100-
[docs-contributionguidelines]: https://artificial-intelligence.sites.arm.com/computelibrary/latest/contribution_guidelines.xhtml
100+
[docs-contributionguidelines]: https://artificial-intelligence.sites.arm.com/computelibrary/v52.7.0/contribution_guidelines.xhtml
101101

102102
### Developer Certificate of Origin (DCO)
103103
Before the Compute Library accepts your contribution, you need to certify its origin and give us your permission. To manage this process we use the Developer Certificate of Origin (DCO) V1.1 (https://developercertificate.org/)

SConscript

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ import codecs
3333
import platform
3434
import SCons
3535

36-
VERSION = "v0.0-unreleased"
37-
LIBRARY_VERSION_MAJOR = 38
38-
LIBRARY_VERSION_MINOR = 0
39-
LIBRARY_VERSION_PATCH = 0
36+
VERSION = "v52.7.0"
37+
LIBRARY_VERSION_MAJOR = 52
38+
LIBRARY_VERSION_MINOR = 7
39+
LIBRARY_VERSION_PATCH = 0
4040
SONAME_VERSION = str(LIBRARY_VERSION_MAJOR) + "." + str(LIBRARY_VERSION_MINOR) + "." + str(LIBRARY_VERSION_PATCH)
4141

4242
Import('env')

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ PROJECT_NAME = "Compute Library"
6060
# could be handy for archiving the generated documentation or if some version
6161
# control system is used.
6262

63-
PROJECT_NUMBER = 0.0
63+
PROJECT_NUMBER = 52.7.0
6464

6565
# Using the PROJECT_BRIEF tag one can provide an optional one line description
6666
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)