From 70ab851daa8983ebfc0bb221b7579206585029ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Climent?= Date: Sun, 4 Aug 2024 00:18:11 +0200 Subject: [PATCH] update versions --- ElevenClock.iss | 4 ++-- elevenclock-version-info | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ElevenClock.iss b/ElevenClock.iss index f6233751..f8be8746 100644 --- a/ElevenClock.iss +++ b/ElevenClock.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "ElevenClock" -#define MyAppVersion "4.4.1" +#define MyAppVersion "4.4.1.1" #define MyAppPublisher "Martí Climent" #define MyAppURL "https://marticliment.com/elevenclock" #define MyAppExeName "ElevenClock.exe" @@ -19,7 +19,7 @@ AppPublisher="Martí Climent" AppPublisherURL="https://marticliment.com/" AppSupportURL="https://marticliment.com/#contact" AppUpdatesURL="https://github.com/marticliment/ElevenClock/releases" -VersionInfoVersion=4.4.1.0 +VersionInfoVersion=4.4.1.1 DefaultDirName={autopf}\ElevenClock DisableDirPage=yes ChangesAssociations=yes diff --git a/elevenclock-version-info b/elevenclock-version-info index a407fb11..bf23030b 100644 --- a/elevenclock-version-info +++ b/elevenclock-version-info @@ -32,8 +32,8 @@ StringFileInfo( [ StringStruct(u'CompanyName', u'Martí Climent'), StringStruct(u'FileDescription', u'ElevenClock'), - StringStruct(u'FileVersion', u'4.4.1'), - StringStruct(u'ProductVersion', u'4.4.1'), + StringStruct(u'FileVersion', u'4.4.1.1'), + StringStruct(u'ProductVersion', u'4.4.1.1'), StringStruct(u'InternalName', u'ElevenClock'), StringStruct(u'LegalCopyright', u'Martí Climent'), StringStruct(u'OriginalFilename', u'elevenclock.exe'),