diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-03-08 08:16:53 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-03-08 08:16:53 +0100 |
commit | 0b056a8fa854a8665d280013e0edc06c8dca77a9 (patch) | |
tree | 67c1c6006eb7fc046d428fae69140a0eb2a4b242 /kcc.iss | |
parent | Tweaks for OSX binary (diff) | |
download | kcc-0b056a8fa854a8665d280013e0edc06c8dca77a9.tar.gz kcc-0b056a8fa854a8665d280013e0edc06c8dca77a9.tar.bz2 kcc-0b056a8fa854a8665d280013e0edc06c8dca77a9.zip |
Stabilise multiprocessing on OSX
Diffstat (limited to 'kcc.iss')
-rw-r--r-- | kcc.iss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcc.iss b/kcc.iss index ac4e92f..699b17a 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,5 +1,5 @@ #define MyAppName "Kindle Comic Converter" -#define MyAppVersion "5.5.0" +#define MyAppVersion "5.5.1" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" #define MyAppURL "http://kcc.iosphe.re/" #define MyAppExeName "KCC.exe" |