diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-04-09 15:34:59 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-04-09 15:34:59 +0200 |
commit | 2d712e796db5e45ca97b1b1ad30ad29cd2df3043 (patch) | |
tree | 306054863a915eeaa76f34fef3d8f70c57a3b522 /kcc.iss | |
parent | Fixed page splitter (diff) | |
download | kcc-2d712e796db5e45ca97b1b1ad30ad29cd2df3043.tar.gz kcc-2d712e796db5e45ca97b1b1ad30ad29cd2df3043.tar.bz2 kcc-2d712e796db5e45ca97b1b1ad30ad29cd2df3043.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 7dea76f..ba63491 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,5 +1,5 @@ #define MyAppName "Kindle Comic Converter" -#define MyAppVersion "5.3.1" +#define MyAppVersion "5.4" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" #define MyAppURL "http://kcc.iosphe.re/" #define MyAppExeName "KCC.exe" |