diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2018-03-10 08:36:34 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2018-03-10 08:41:12 +0100 |
commit | 968b083fb20fa06f118ad94d92fd39c124851eb8 (patch) | |
tree | 4161504c0ef5c977a0764281cc7102a51307597d /kcc.iss | |
parent | Merge branch 'master' of https://github.com/ciromattia/kcc (diff) | |
download | kcc-968b083fb20fa06f118ad94d92fd39c124851eb8.tar.gz kcc-968b083fb20fa06f118ad94d92fd39c124851eb8.tar.bz2 kcc-968b083fb20fa06f118ad94d92fd39c124851eb8.zip |
Updated build enviroment
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 40eca0d..28a8d41 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,5 +1,5 @@ #define MyAppName "Kindle Comic Converter" -#define MyAppVersion "5.4.4" +#define MyAppVersion "5.4.5" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" #define MyAppURL "http://kcc.iosphe.re/" #define MyAppExeName "KCC.exe" |