Version bump

This commit is contained in:
jpirnay 2025-01-16 21:27:52 +01:00
parent 0eff0b6273
commit 52b56e991a
6 changed files with 6 additions and 6 deletions

View file

@ -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.6200.0'),
StringStruct(u'FileVersion', u'0.9.6300.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.6200')])
StringStruct(u'ProductVersion', u'0.9.6300')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1031, 2058])])
]

Binary file not shown.

Before

(image error) Size: 159 KiB

After

(image error) Size: 159 KiB

View file

@ -11,7 +11,7 @@ import os.path
import sys
APPLICATION_NAME = "MeerK40t"
APPLICATION_VERSION = "0.9.6200"
APPLICATION_VERSION = "0.9.6300"
if not getattr(sys, "frozen", False):
# If .git directory does not exist we are running from a package like pypi

View file

@ -1,6 +1,6 @@
[metadata]
name = meerk40t
version = 0.9.6200
version = 0.9.6300
description = MeerK40t LaserCutter Software
long_description_content_type=text/markdown
long_description = file: README.md

View file

@ -1,5 +1,5 @@
@echo off
set ver=0.9.7b2
set ver=0.9.7b3
echo Converting master image to a couple of smaller images
echo This requires imagemagick (https://imagemagick.org)
echo Superimposing Version information: '%ver%'

View file

@ -1,4 +1,4 @@
VER=0.9.7b2
VER=0.9.7b3
echo Converting master image to a couple of smaller images
echo This requires imagemagick \(https://imagemagick.org\)
echo Superimposing Version information: "$VER"