aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConscript b/SConscript
index 2bbbc22a8c..49f2976220 100644
--- a/SConscript
+++ b/SConscript
@@ -25,8 +25,8 @@ import re
import subprocess
VERSION = "v0.0-unreleased"
-LIBRARY_VERSION_MAJOR = 18
-LIBRARY_VERSION_MINOR = 1
+LIBRARY_VERSION_MAJOR = 20
+LIBRARY_VERSION_MINOR = 0
LIBRARY_VERSION_PATCH = 0
SONAME_VERSION = str(LIBRARY_VERSION_MAJOR) + "." + str(LIBRARY_VERSION_MINOR) + "." + str(LIBRARY_VERSION_PATCH)