diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2016-11-26 18:12:29 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2016-11-26 18:12:29 +0100 |
commit | 2e55f223558d45524e0f03f1f41c5de15f3bdd64 (patch) | |
tree | edf436fcb39dc152fac7f71ecbf6947a97401b7d /kcc.iss | |
parent | Improved error reporting (diff) | |
download | kcc-2e55f223558d45524e0f03f1f41c5de15f3bdd64.tar.gz kcc-2e55f223558d45524e0f03f1f41c5de15f3bdd64.tar.bz2 kcc-2e55f223558d45524e0f03f1f41c5de15f3bdd64.zip |
Updated README + version bump
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 28a7317..9f0e8e6 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,5 +1,5 @@ #define MyAppName "Kindle Comic Converter" -#define MyAppVersion "5.2" +#define MyAppVersion "5.2.1" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" #define MyAppURL "http://kcc.iosphe.re/" #define MyAppExeName "KCC.exe" |