Lines Matching defs:version
6 version = ''
35 # retrieve the version information from the inkscape.rc file
46 # version = version.replace("+", "_")
54 ''' the second element contains now version info in the form major,minor,fix,build'''
56 version = veritems[0] + '.' + veritems[1]
59 with open('version.wxi', 'w') as wxi:
60 wxi.write("<?xml version='1.0' encoding='utf-8'?>\n")
61 wxi.write("<!-- do not edit, this file is created by version.py tool any changes will be lost -->\n")
63 wxi.write("<?define ProductVersion='" + version + "' ?>\n")