diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-11-06 19:49:07 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-11-06 19:49:07 +0100 |
commit | 5481c0cfe5f244a2e24b5d72ac655f3a63f5135d (patch) | |
tree | 856ee92627f538b1c2d4d298aba38e9ceedfde1c /kcc.iss | |
parent | Miscellaneous fixes (diff) | |
download | kcc-5481c0cfe5f244a2e24b5d72ac655f3a63f5135d.tar.gz kcc-5481c0cfe5f244a2e24b5d72ac655f3a63f5135d.tar.bz2 kcc-5481c0cfe5f244a2e24b5d72ac655f3a63f5135d.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 be189a8..749e586 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,5 +1,5 @@ #define MyAppName "Kindle Comic Converter" -#define MyAppVersion "5.0" +#define MyAppVersion "5.0.1" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" #define MyAppURL "http://kcc.iosphe.re/" #define MyAppExeName "KCC.exe" |