We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac29327 commit e2a65deCopy full SHA for e2a65de
SConscript
@@ -33,10 +33,10 @@ import codecs
33
import platform
34
import SCons
35
36
-VERSION = "v52.6.0"
37
-LIBRARY_VERSION_MAJOR = 52
38
-LIBRARY_VERSION_MINOR = 6
39
-LIBRARY_VERSION_PATCH = 0
+VERSION = "v0.0-unreleased"
+LIBRARY_VERSION_MAJOR = 38
+LIBRARY_VERSION_MINOR = 0
+LIBRARY_VERSION_PATCH = 0
40
SONAME_VERSION = str(LIBRARY_VERSION_MAJOR) + "." + str(LIBRARY_VERSION_MINOR) + "." + str(LIBRARY_VERSION_PATCH)
41
42
Import('env')
0 commit comments