forked from openlp/openlp
fix message from previous
This commit is contained in:
parent
8f436cfb09
commit
cc0dcd6b75
@ -141,7 +141,7 @@ def get_version():
|
|||||||
full_version = file_path.read_text().rstrip()
|
full_version = file_path.read_text().rstrip()
|
||||||
except OSError:
|
except OSError:
|
||||||
log.exception('Error in version file.')
|
log.exception('Error in version file.')
|
||||||
full_version = '0.0.0-bzr000'
|
full_version = '0.0.0'
|
||||||
bits = full_version.split('-')
|
bits = full_version.split('-')
|
||||||
APPLICATION_VERSION = {
|
APPLICATION_VERSION = {
|
||||||
'full': full_version,
|
'full': full_version,
|
||||||
|
Loading…
Reference in New Issue
Block a user