aboutsummaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
authorFelix Thomasmathibalan <felixjohnny.thomasmathibalan@arm.com>2024-01-18 09:11:13 +0000
committerFelix Thomasmathibalan <felixjohnny.thomasmathibalan@arm.com>2024-01-18 15:05:05 +0000
commit86fec0a1f160608cd134a93e39505daa7e24e7fa (patch)
tree291d740404844ca631bc2aa49eadeae531c5081e /SConscript
parent9f56fb60b5c2d8ea9b685ada3af151a3fdf68723 (diff)
downloadComputeLibrary-86fec0a1f160608cd134a93e39505daa7e24e7fa.tar.gz
Update Documentation for 24.01 releasev24.01branches/arm_compute_24_01
Signed-off-by: Felix Thomasmathibalan <felixjohnny.thomasmathibalan@arm.com> Change-Id: I4781da2121d515a1e7ea7863ac1483caa8f94c39 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10989 Reviewed-by: Anitha Raj <Anitha.Raj@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Anitha Raj <Anitha.Raj@arm.com>
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConscript b/SConscript
index 6ad4c78aff..519555a51f 100644
--- a/SConscript
+++ b/SConscript
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
-# Copyright (c) 2016-2023 Arm Limited.
+# Copyright (c) 2016-2024 Arm Limited.
#
# SPDX-License-Identifier: MIT
#
@@ -32,7 +32,7 @@ import json
import codecs
VERSION = "v0.0-unreleased"
-LIBRARY_VERSION_MAJOR = 33
+LIBRARY_VERSION_MAJOR = 34
LIBRARY_VERSION_MINOR = 0
LIBRARY_VERSION_PATCH = 0
SONAME_VERSION = str(LIBRARY_VERSION_MAJOR) + "." + str(LIBRARY_VERSION_MINOR) + "." + str(LIBRARY_VERSION_PATCH)