diff options
| author | Paweł Jastrzębski <[email protected]> | 2015-07-14 18:01:02 +0200 |
|---|---|---|
| committer | Paweł Jastrzębski <[email protected]> | 2015-07-14 18:01:02 +0200 |
| commit | 677622c1037476079d66899c1e959cdbb1247809 (patch) | |
| tree | 8bfba4ce05c2a873b27ea6da5e6a70a40e5f1db2 /kcc.iss | |
| parent | Escape HTML in metadata (close #148) (diff) | |
| download | kcc-677622c1037476079d66899c1e959cdbb1247809.tar.gz kcc-677622c1037476079d66899c1e959cdbb1247809.tar.bz2 kcc-677622c1037476079d66899c1e959cdbb1247809.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 10a26c8..5deb343 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,5 +1,5 @@ #define MyAppName "Kindle Comic Converter" -#define MyAppVersion "4.6.1" +#define MyAppVersion "4.6.2" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" #define MyAppURL "http://kcc.iosphe.re/" #define MyAppExeName "KCC.exe" |