summaryrefslogtreecommitdiff
path: root/src/script/scons.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/scons.py')
-rwxr-xr-xsrc/script/scons.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/script/scons.py b/src/script/scons.py
index e58d8e2..b3172b1 100755
--- a/src/script/scons.py
+++ b/src/script/scons.py
@@ -25,17 +25,17 @@
from __future__ import print_function
-__revision__ = "src/script/scons.py 103260fce95bf5db1c35fb2371983087d85dd611 2019-07-13 18:25:30 bdbaddog"
+__revision__ = "src/script/scons.py e724ae812eb96f4858a132f5b8c769724744faf6 2019-07-21 00:04:47 bdeegan"
-__version__ = "3.0.5"
+__version__ = "3.1.0"
-__build__ = "103260fce95bf5db1c35fb2371983087d85dd611"
+__build__ = "e724ae812eb96f4858a132f5b8c769724744faf6"
-__buildsys__ = "Williams-MBP-2"
+__buildsys__ = "kufra"
-__date__ = "2019-07-13 18:25:30"
+__date__ = "2019-07-21 00:04:47"
-__developer__ = "bdbaddog"
+__developer__ = "bdeegan"
# This is the entry point to the SCons program.
# The only job of this script is to work out where the guts of the program