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 cc987c5fe6..3a8f0e8cba 100644
--- a/SConscript
+++ b/SConscript
@@ -34,7 +34,7 @@ import codecs
VERSION = "v0.0-unreleased"
LIBRARY_VERSION_MAJOR = 35
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')