mirror of
https://github.com/naruxde/revpicommander.git
synced 2025-11-08 16:43:53 +01:00
Bugfix type hinting, PyLoad version handling, piCtory browser
Wrong type hinting for older python versions. Version string is parsed by regex to match the numbers and ignore rcX. Open piCtory browser form main dialog was broken.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
|
||||
#define MyAppName "RevPi Commander"
|
||||
#define MyAppVersion "0.9.10rc5"
|
||||
#define MyAppVersion "0.9.10rc6"
|
||||
#define MyAppPublisher "Sven Sager"
|
||||
#define MyAppURL "https://revpimodio.org/"
|
||||
#define MyAppICO "data\revpicommander.ico"
|
||||
|
||||
Reference in New Issue
Block a user