| Index: tools/utils.py
|
| diff --git a/tools/utils.py b/tools/utils.py
|
| index 51a3a036d58e6e6bd7102336db2b79ece538e093..341321dd6dcce48cd6782862d7404e53a1be6076 100644
|
| --- a/tools/utils.py
|
| +++ b/tools/utils.py
|
| @@ -316,8 +316,8 @@ def GetSemanticSDKVersion(ignore_svn_revision=False):
|
|
|
| return '%s.%s.%s%s' % (version.major, version.minor, version.patch, postfix)
|
|
|
| -def GetVersion():
|
| - return GetSemanticSDKVersion()
|
| +def GetVersion(ignore_svn_revision=False):
|
| + return GetSemanticSDKVersion(ignore_svn_revision)
|
|
|
| # The editor used to produce the VERSION file put on gcs. We now produce this
|
| # in the bots archiving the sdk.
|
|
|