summarylogtreecommitdiffstats
path: root/set_version_without_git.patch
blob: 08bb9bbcaa306d7a8e120275cc506eb105b52530 (plain)
1
2
3
4
5
6
7
154,155c154,156
< ver = check_output(['git', 'describe', '--dirty',
<                                '--always', '--match', 'v*']).decode('ascii').strip('\n')
---
> #ver = check_output(['git', 'describe', '--dirty',
> #                               '--always', '--match', 'v*']).decode('ascii').strip('\n')
> ver = 'v0.7.2'