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 868a66b5fb..d3d5780eb6 100644
--- a/SConscript
+++ b/SConscript
@@ -25,7 +25,7 @@ import re
import subprocess
VERSION = "v20.05"
-LIBRARY_VERSION_MAJOR = 18
+LIBRARY_VERSION_MAJOR = 19
LIBRARY_VERSION_MINOR = 1
LIBRARY_VERSION_PATCH = 0
SONAME_VERSION = str(LIBRARY_VERSION_MAJOR) + "." + str(LIBRARY_VERSION_MINOR) + "." + str(LIBRARY_VERSION_PATCH)