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