diff options
| author | Paweł Jastrzębski <[email protected]> | 2017-04-09 15:35:41 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-09 15:35:41 +0200 |
| commit | a5064a0c0a6d3a9cd4cf90a0628b965fbfda5f2a (patch) | |
| tree | 306054863a915eeaa76f34fef3d8f70c57a3b522 /kcc.iss | |
| parent | Merge pull request #231 from ciromattia/dev (diff) | |
| parent | Updated README + version bump (diff) | |
| download | kcc-a5064a0c0a6d3a9cd4cf90a0628b965fbfda5f2a.tar.gz kcc-a5064a0c0a6d3a9cd4cf90a0628b965fbfda5f2a.tar.bz2 kcc-a5064a0c0a6d3a9cd4cf90a0628b965fbfda5f2a.zip | |
Merge pull request #233 from ciromattia/dev
5.4
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 7dea76f..ba63491 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,5 +1,5 @@ #define MyAppName "Kindle Comic Converter" -#define MyAppVersion "5.3.1" +#define MyAppVersion "5.4" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" #define MyAppURL "http://kcc.iosphe.re/" #define MyAppExeName "KCC.exe" |