diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-07-14 18:01:51 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-07-14 18:01:51 +0200 |
commit | c65e1c8dea3adbd5cde068a6dff2e7d08a504166 (patch) | |
tree | 8bfba4ce05c2a873b27ea6da5e6a70a40e5f1db2 /kcc.iss | |
parent | Merge pull request #147 from ciromattia/dev (diff) | |
parent | Updated README + version bump (diff) | |
download | kcc-c65e1c8dea3adbd5cde068a6dff2e7d08a504166.tar.gz kcc-c65e1c8dea3adbd5cde068a6dff2e7d08a504166.tar.bz2 kcc-c65e1c8dea3adbd5cde068a6dff2e7d08a504166.zip |
Merge pull request #150 from ciromattia/dev
4.6.2
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" |