commit | 26181531347842dd6f3dd56df3d35347f2c5868d | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed May 07 23:38:51 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu May 08 13:09:10 2014 -0700 |
tree | 5bf970d62718eecde6e970b4fa7c5e82c2675525 | |
parent | b47d53842a6ea8d32800459270a667952d4079bf [diff] [blame] |
docs: Documentation update for 0.1.0 release Change-Id: I5d7c0f3b4242103d6ad4e864316fb50c3634f21b
diff --git a/wscript b/wscript index 2ba2dda..4e8622b 100644 --- a/wscript +++ b/wscript
@@ -237,6 +237,9 @@ VERSION=VERSION_BASE) def version(ctx): + if getattr(Context.g_module, 'VERSION_BASE', None): + return + Context.g_module.VERSION_BASE = Context.g_module.VERSION Context.g_module.VERSION_SPLIT = [v for v in VERSION_BASE.split('.')]