diff options
| author | Paweł Jastrzębski <[email protected]> | 2017-02-12 09:13:12 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-12 09:13:12 +0100 |
| commit | 4647fd1f1dc7258a13e02591296af010af8c79e3 (patch) | |
| tree | a95a0f3f36392b5bc57bed2e0557501b2421996b /kcc.iss | |
| parent | Merge pull request #216 from ciromattia/dev (diff) | |
| parent | Updated README + version bump (diff) | |
| download | kcc-4647fd1f1dc7258a13e02591296af010af8c79e3.tar.gz kcc-4647fd1f1dc7258a13e02591296af010af8c79e3.tar.bz2 kcc-4647fd1f1dc7258a13e02591296af010af8c79e3.zip | |
Merge pull request #224 from ciromattia/dev
5.3.0
Diffstat (limited to 'kcc.iss')
| -rw-r--r-- | kcc.iss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcc.iss b/kcc.iss index 9f0e8e6..7cd7685 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,5 +1,5 @@ #define MyAppName "Kindle Comic Converter" -#define MyAppVersion "5.2.1" +#define MyAppVersion "5.3.0" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" #define MyAppURL "http://kcc.iosphe.re/" #define MyAppExeName "KCC.exe" @@ -12,7 +12,7 @@ AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} -AppCopyright=Copyright (C) 2012-2016 Ciro Mattia Gonano and Paweł Jastrzębski +AppCopyright=Copyright (C) 2012-2017 Ciro Mattia Gonano and Paweł Jastrzębski ArchitecturesAllowed=x64 DefaultDirName={pf}\{#MyAppName} DefaultGroupName={#MyAppName} |