aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConscript b/SConscript
index e94ff1ed6d..d5b2221204 100644
--- a/SConscript
+++ b/SConscript
@@ -28,7 +28,7 @@ import base64
import string
VERSION = "v0.0-unreleased"
-LIBRARY_VERSION_MAJOR = 22
+LIBRARY_VERSION_MAJOR = 23
LIBRARY_VERSION_MINOR = 0
LIBRARY_VERSION_PATCH = 0
SONAME_VERSION = str(LIBRARY_VERSION_MAJOR) + "." + str(LIBRARY_VERSION_MINOR) + "." + str(LIBRARY_VERSION_PATCH)