aboutsummaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
authorGunes Bayir <gunes.bayir@arm.com>2021-11-04 16:14:37 +0000
committerGunes Bayir <gunes.bayir@arm.com>2021-11-05 09:37:39 +0000
commit456fb2b07880e023f8284c30bfe19474710ddeee (patch)
treece42e90f9489a558b81eddfd8eaec099028a3f0b /SConscript
parent8b9ce8cb390f5c96be8b83b3aaa851a49915c173 (diff)
downloadComputeLibrary-456fb2b07880e023f8284c30bfe19474710ddeee.tar.gz
Update SONAME_VERSION in SConscript
Signed-off-by: Gunes Bayir <gunes.bayir@arm.com> Change-Id: Ide9333c228636aa785ed1de9c4d7df846ee03f17 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6582 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConscript b/SConscript
index c5c6ca3a0c..6420f31cf6 100644
--- a/SConscript
+++ b/SConscript
@@ -28,7 +28,7 @@ import json
import codecs
VERSION = "v0.0-unreleased"
-LIBRARY_VERSION_MAJOR = 24
+LIBRARY_VERSION_MAJOR = 25
LIBRARY_VERSION_MINOR = 0
LIBRARY_VERSION_PATCH = 0
SONAME_VERSION = str(LIBRARY_VERSION_MAJOR) + "." + str(LIBRARY_VERSION_MINOR) + "." + str(LIBRARY_VERSION_PATCH)