diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-08-28 19:51:16 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-08-28 19:53:16 +0200 |
commit | cad05904f3a0fe2da8e45a50ebdf84724a7d0c41 (patch) | |
tree | 3441e9ba022dbbf88623756a20116465223632d1 /kcc.iss | |
parent | Added detailed platform info to error report (diff) | |
download | kcc-cad05904f3a0fe2da8e45a50ebdf84724a7d0c41.tar.gz kcc-cad05904f3a0fe2da8e45a50ebdf84724a7d0c41.tar.bz2 kcc-cad05904f3a0fe2da8e45a50ebdf84724a7d0c41.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 5deb343..d4e88fe 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,5 +1,5 @@ #define MyAppName "Kindle Comic Converter" -#define MyAppVersion "4.6.2" +#define MyAppVersion "4.6.3" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" #define MyAppURL "http://kcc.iosphe.re/" #define MyAppExeName "KCC.exe" |