diff options
| author | Paweł Jastrzębski <[email protected]> | 2019-03-08 08:44:48 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-03-08 08:44:48 +0100 |
| commit | 35bba68a7244c13d165687786286319228384a84 (patch) | |
| tree | 67c1c6006eb7fc046d428fae69140a0eb2a4b242 /kcc.iss | |
| parent | Tweaks for OSX binary (diff) | |
| parent | Stabilise multiprocessing on OSX (diff) | |
| download | kcc-35bba68a7244c13d165687786286319228384a84.tar.gz kcc-35bba68a7244c13d165687786286319228384a84.tar.bz2 kcc-35bba68a7244c13d165687786286319228384a84.zip | |
Merge pull request #308 from ciromattia/dev
5.5.1
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" |