diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2016-05-01 08:39:53 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2016-05-01 08:39:53 +0200 |
commit | 3f948a10b0e0b07780cb155f3e36339e37776e07 (patch) | |
tree | 82bd8aae9bdb2a68806385b00f8962e3b876292c /kcc.iss | |
parent | Fixed multiple GUI bugs (diff) | |
download | kcc-3f948a10b0e0b07780cb155f3e36339e37776e07.tar.gz kcc-3f948a10b0e0b07780cb155f3e36339e37776e07.tar.bz2 kcc-3f948a10b0e0b07780cb155f3e36339e37776e07.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 019ed20..6cf84f4 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,5 +1,5 @@ #define MyAppName "Kindle Comic Converter" -#define MyAppVersion "5.1" +#define MyAppVersion "5.1.1" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" #define MyAppURL "http://kcc.iosphe.re/" #define MyAppExeName "KCC.exe" |