diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index 5bab1a1820..1164ff1d70 100644 --- a/source3/wscript +++ b/source3/wscript @@ -21,7 +21,7 @@ def load_version(have_git=False): if not have_git: env = samba_utils.LOAD_ENVIRONMENT() have_git = 'GIT' in env - version = wafsamba.samba_version_file("./VERSION", have_git=have_git) + version = wafsamba.samba_version_file("./VERSION", "..", have_git=have_git) Utils.g_module.VERSION = version.STRING return version |