diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-11-14 15:49:46 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-11-14 15:49:46 +0100 |
commit | d33c53b691cdd34a622f72ed2a8add12af5b30a7 (patch) | |
tree | 4d339c15a3f13ba4966f9f69d0ac2efc08e6c303 /kcc.iss | |
parent | Code cleanup (diff) | |
download | kcc-d33c53b691cdd34a622f72ed2a8add12af5b30a7.tar.gz kcc-d33c53b691cdd34a622f72ed2a8add12af5b30a7.tar.bz2 kcc-d33c53b691cdd34a622f72ed2a8add12af5b30a7.zip |
Version 4.0 - first draft for Python3 conversion
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 fe6b807..7d5bffd 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,5 +1,5 @@ #define MyAppName "Kindle Comic Converter" -#define MyAppVersion "3.6" +#define MyAppVersion "4.0" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" #define MyAppURL "http://kcc.vulturis.eu/" #define MyAppExeName "KCC.exe" |