diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2016-04-25 18:40:51 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2016-04-25 18:40:51 +0200 |
commit | e4dccfe60339d1717af73f42d304da0a7410851d (patch) | |
tree | 329256a2b4acc577e01dd75e234291bdddeb79f8 /kcc.iss | |
parent | Save GUI size (diff) | |
download | kcc-e4dccfe60339d1717af73f42d304da0a7410851d.tar.gz kcc-e4dccfe60339d1717af73f42d304da0a7410851d.tar.bz2 kcc-e4dccfe60339d1717af73f42d304da0a7410851d.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 9e885e5..019ed20 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,5 +1,5 @@ #define MyAppName "Kindle Comic Converter" -#define MyAppVersion "5.0.1" +#define MyAppVersion "5.1" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" #define MyAppURL "http://kcc.iosphe.re/" #define MyAppExeName "KCC.exe" |