Skip to content

Commit

Permalink
Update version and build files
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Nov 21, 2022
1 parent d8e7a82 commit b6b54ad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ElevenClock.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "ElevenClock"
#define MyAppVersion "3.9.4"
#define MyAppVersion "3.9.5"
#define MyAppPublisher "Martí Climent"
#define MyAppURL "https://github.com/martinet101/ElevenClock"
#define MyAppExeName "ElevenClock.exe"
Expand Down
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ del APIKEY.txt
del download_translations.pyc
cd ..
copy "%localappdata%\Programs\Python\Python310\pythoncom*.dll" .\
cd PySide6
del opengl32sw.dll
del Qt6Quick.dll
del Qt6Qml.dll
Expand All @@ -79,7 +80,6 @@ del Qt6QmlModels.dll
del Qt6Network.dll
del Qt6DataVisualization.dll
del Qt6VirtualKeyboard.dll
cd PySide6
del QtDataVisualization.pyd
del QtOpenGL.pyd
cd ..
Expand Down
4 changes: 2 additions & 2 deletions elevenclock-version-info
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ StringFileInfo(
[
StringStruct(u'CompanyName', u'Martí Climent'),
StringStruct(u'FileDescription', u'ElevenClock'),
StringStruct(u'FileVersion', u'3.9.4'),
StringStruct(u'ProductVersion', u'3.9.4'),
StringStruct(u'FileVersion', u'3.9.5'),
StringStruct(u'ProductVersion', u'3.9.5'),
StringStruct(u'InternalName', u'ElevenClock'),
StringStruct(u'LegalCopyright', u'Martí Climent'),
StringStruct(u'OriginalFilename', u'elevenclock.exe'),
Expand Down
4 changes: 2 additions & 2 deletions elevenclock/versions.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 3.94
versionName = "3.9.4"
version = 3.95
versionName = "3.9.5"

0 comments on commit b6b54ad

Please sign in to comment.