Skip to content

Commit

Permalink
helpAbout.py: bump version to 1.7.4
Browse files Browse the repository at this point in the history
Signed-off-by: Huang Rui <vowstar@gmail.com>
  • Loading branch information
vowstar committed May 27, 2022
1 parent 325b77b commit 73d96ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpAbout.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

versionMajor = 1
versionMinor = 7
versionDev = 3
versionDev = 4

date = "2022.05.25"
date = "2022.05.27"

def strAbout():
pathDirList = sys.argv[0].replace("\\", "/").split("/")
Expand Down

0 comments on commit 73d96ff

Please sign in to comment.