about summary refs log tree commit diff
path: root/kcc.iss
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2018-03-08 16:12:56 +0100
committerPaweł Jastrzębski <pawelj@iosphe.re>2018-03-08 16:12:56 +0100
commit5ecddaceab4c74716f9467c01065f1934351ad6c (patch)
tree79fb5515fa273c1484b69fd25bbd5e9fd4e3b8e6 /kcc.iss
parentFixed dot procesing for real this time (diff)
downloadkcc-5ecddaceab4c74716f9467c01065f1934351ad6c.tar.gz
kcc-5ecddaceab4c74716f9467c01065f1934351ad6c.tar.bz2
kcc-5ecddaceab4c74716f9467c01065f1934351ad6c.zip
Version bump
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}