aboutsummaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConscript b/SConscript
index 63009c6a05..c9a56ede76 100644
--- a/SConscript
+++ b/SConscript
@@ -37,7 +37,7 @@ print("DEPRECATION NOTICE: Legacy libarm_compute_core has been deprecated. Link
VERSION = "v0.0-unreleased"
LIBRARY_VERSION_MAJOR = 31
LIBRARY_VERSION_MINOR = 0
-LIBRARY_VERSION_PATCH = 0
+LIBRARY_VERSION_PATCH = 1
SONAME_VERSION = str(LIBRARY_VERSION_MAJOR) + "." + str(LIBRARY_VERSION_MINOR) + "." + str(LIBRARY_VERSION_PATCH)
Import('env')