Skip to content

Commit

Permalink
prepare for 3.2.2 urgent release
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Feb 15, 2022
1 parent aae8b57 commit 9ff39dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions elevenclock-version-info
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ StringFileInfo(
u'040904B0',
[StringStruct(u'CompanyName', u'The ElevenClock Project'),
StringStruct(u'FileDescription', u'ElevenClock'),
StringStruct(u'FileVersion', u'3.2.1'),
StringStruct(u'FileVersion', u'3.2.2'),
StringStruct(u'InternalName', u'ElevenClock'),
StringStruct(u'LegalCopyright', u'The ElevenClock Project'),
StringStruct(u'OriginalFilename', u'elevenclock.exe'),
StringStruct(u'ProductName', u'ElevenClock'),
StringStruct(u'ProductVersion', u'3.2.1')])
StringStruct(u'ProductVersion', u'3.2.2')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down
4 changes: 2 additions & 2 deletions elevenclock/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
import win32gui
from win32con import *

version = 3.21
versionName = "3.2.1"
version = 3.22
versionName = "3.2.2"

def _(s): #Translate function
global lang
Expand Down

0 comments on commit 9ff39dd

Please sign in to comment.