about summary refs log tree commit diff
path: root/kcc.iss
diff options
context:
space:
mode:
authorPaweł Jastrzębski <[email protected]>2018-03-08 16:15:42 +0100
committerGitHub <[email protected]>2018-03-08 16:15:42 +0100
commit34e2af3389acfdf32f18a06c77e75ce91deed42d (patch)
tree79fb5515fa273c1484b69fd25bbd5e9fd4e3b8e6 /kcc.iss
parentUpdated build enviroment (diff)
parentVersion bump (diff)
downloadkcc-34e2af3389acfdf32f18a06c77e75ce91deed42d.tar.gz
kcc-34e2af3389acfdf32f18a06c77e75ce91deed42d.tar.bz2
kcc-34e2af3389acfdf32f18a06c77e75ce91deed42d.zip
Merge pull request #261 from ciromattia/dev
5.4.4
Diffstat (limited to 'kcc.iss')
-rw-r--r--kcc.iss4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcc.iss b/kcc.iss
index 28c54a4..40eca0d 100644
--- a/kcc.iss
+++ b/kcc.iss
@@ -1,5 +1,5 @@
 #define MyAppName "Kindle Comic Converter"
-#define MyAppVersion "5.4.3"
+#define MyAppVersion "5.4.4"
 #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-2017 Ciro Mattia Gonano and Paweł Jastrzębski
+AppCopyright=Copyright (C) 2012-2018 Ciro Mattia Gonano and Paweł Jastrzębski
 ArchitecturesAllowed=x64 
 DefaultDirName={pf}\{#MyAppName}
 DefaultGroupName={#MyAppName}