mirror of
https://github.com/meerk40t/meerk40t.git
synced 2025-02-27 20:30:12 +00:00
Versioning
This commit is contained in:
parent
f04496715a
commit
a1c9221853
3 changed files with 4 additions and 4 deletions
4
.github/workflows/win/file_version.txt
vendored
4
.github/workflows/win/file_version.txt
vendored
|
@ -31,12 +31,12 @@ VSVersionInfo(
|
|||
u'040904B0',
|
||||
[StringStruct(u'CompanyName', u'MeerK40t'),
|
||||
StringStruct(u'FileDescription', u'MeerK40t Laser Control Software'),
|
||||
StringStruct(u'FileVersion', u'0.9.6300.0'),
|
||||
StringStruct(u'FileVersion', u'0.9.6301.0'),
|
||||
StringStruct(u'InternalName', u'MeerK40t.exe'),
|
||||
StringStruct(u'LegalCopyright', u'MeerK40t, MIT License'),
|
||||
StringStruct(u'OriginalFilename', u'MeerK40t.exe'),
|
||||
StringStruct(u'ProductName', u'MeerK40t'),
|
||||
StringStruct(u'ProductVersion', u'0.9.6300')])
|
||||
StringStruct(u'ProductVersion', u'0.9.6301')])
|
||||
]),
|
||||
VarFileInfo([VarStruct(u'Translation', [1033, 1031, 2058])])
|
||||
]
|
||||
|
|
|
@ -11,7 +11,7 @@ import os.path
|
|||
import sys
|
||||
|
||||
APPLICATION_NAME = "MeerK40t"
|
||||
APPLICATION_VERSION = "0.9.6300"
|
||||
APPLICATION_VERSION = "0.9.6301"
|
||||
|
||||
if not getattr(sys, "frozen", False):
|
||||
# If .git directory does not exist we are running from a package like pypi
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = meerk40t
|
||||
version = 0.9.6300
|
||||
version = 0.9.6301
|
||||
description = MeerK40t LaserCutter Software
|
||||
long_description_content_type=text/markdown
|
||||
long_description = file: README.md
|
||||
|
|
Loading…
Reference in a new issue