diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-01-04 10:49:59 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-01-04 10:49:59 +0100 |
commit | b5bc2f8e00dde644d65395080d90ce5ead4611a8 (patch) | |
tree | 5327275c09c795201b2fc48310f47ecfa82b42bf /kcc.iss | |
parent | GUI tweaks (diff) | |
download | kcc-b5bc2f8e00dde644d65395080d90ce5ead4611a8.tar.gz kcc-b5bc2f8e00dde644d65395080d90ce5ead4611a8.tar.bz2 kcc-b5bc2f8e00dde644d65395080d90ce5ead4611a8.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 f05ab56..8c6b275 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,5 +1,5 @@ #define MyAppName "Kindle Comic Converter" -#define MyAppVersion "4.3.1" +#define MyAppVersion "4.4" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" #define MyAppURL "http://kcc.iosphe.re/" #define MyAppExeName "KCC.exe" |