Skip to content

Commit e2a65de

Browse files
committed
support for FreeBSD os
1 parent ac29327 commit e2a65de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SConscript

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ import codecs
3333
import platform
3434
import SCons
3535

36-
VERSION = "v52.6.0"
37-
LIBRARY_VERSION_MAJOR = 52
38-
LIBRARY_VERSION_MINOR = 6
39-
LIBRARY_VERSION_PATCH = 0
36+
VERSION = "v0.0-unreleased"
37+
LIBRARY_VERSION_MAJOR = 38
38+
LIBRARY_VERSION_MINOR = 0
39+
LIBRARY_VERSION_PATCH = 0
4040
SONAME_VERSION = str(LIBRARY_VERSION_MAJOR) + "." + str(LIBRARY_VERSION_MINOR) + "." + str(LIBRARY_VERSION_PATCH)
4141

4242
Import('env')

0 commit comments

Comments
 (0)