mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
s4-version: Fix version finding for bzr branches.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Feb 20 17:35:45 CET 2011 on sn-devel-104
This commit is contained in:
parent
fce1069925
commit
fd880fda0d
@ -260,6 +260,6 @@ def load_version(env=None):
|
||||
if not env:
|
||||
env = samba_utils.LOAD_ENVIRONMENT()
|
||||
|
||||
version = samba_version_file("./VERSION", "..", env)
|
||||
version = samba_version_file("./VERSION", ".", env)
|
||||
Utils.g_module.VERSION = version.STRING
|
||||
return version
|
||||
|
Loading…
Reference in New Issue
Block a user