diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2016-11-22 08:33:02 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2016-11-22 08:33:02 +0100 |
commit | 64fb4a9eca6879cb19ffa15f231221cc1b0e62e0 (patch) | |
tree | 3f8c5205afc008887841dcd4dead321d29fc49ce /kcc.iss | |
parent | Fixed some file lock anomalies (diff) | |
download | kcc-64fb4a9eca6879cb19ffa15f231221cc1b0e62e0.tar.gz kcc-64fb4a9eca6879cb19ffa15f231221cc1b0e62e0.tar.bz2 kcc-64fb4a9eca6879cb19ffa15f231221cc1b0e62e0.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 d536ab2..28a7317 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,5 +1,5 @@ #define MyAppName "Kindle Comic Converter" -#define MyAppVersion "5.1.3" +#define MyAppVersion "5.2" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" #define MyAppURL "http://kcc.iosphe.re/" #define MyAppExeName "KCC.exe" |