From f63738444caeaf036d1a02871af621758315b72c Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Fri, 7 Jan 2022 11:35:36 -0800 Subject: [PATCH] Version 4.1.1-d1 --- DIST/with-mdc.deploy | 14 +++++++++----- app/MyApp.h | 4 ++-- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/DIST/with-mdc.deploy b/DIST/with-mdc.deploy index 2a38185..0368c10 100644 --- a/DIST/with-mdc.deploy +++ b/DIST/with-mdc.deploy @@ -1,14 +1,14 @@ DeployMaster Installation Script -630 +710 faddenSoft http://www.faddensoft.com/ CiderPress http://a2ciderpress.com/ -4.1.0 +4.1.1-d1 TRUE -44424 +44568 C:\DATA\faddenSoft\fs.ico -Copyright © 2021 CiderPress project authors. All rights reserved. +Copyright © 2022 CiderPress project authors. All rights reserved. C:\Src\CiderPress\DIST\ReadMe.txt C:\Src\CiderPress\DIST\License.txt FALSE @@ -42,6 +42,7 @@ TRUE 1507 9999 TRUE +TRUE 1 You are attempting to run the installer for %APP% %VERSION%. This installer supports the following versions of Windows: %INSTALLER%. You are running %USER%. Please check the developer's website to see whether there is a separate installer for %APP% that you can use on %USER%. FALSE @@ -396,9 +397,12 @@ FALSE 4095 -Setup410.exe +Setup411d1.exe FALSE TRUE +FALSE +FALSE + diff --git a/app/MyApp.h b/app/MyApp.h index f5e5bf6..1b6f0df 100644 --- a/app/MyApp.h +++ b/app/MyApp.h @@ -14,8 +14,8 @@ /* CiderPress version numbers */ #define kAppMajorVersion 4 #define kAppMinorVersion 1 -#define kAppBugVersion 0 -#define kAppDevString L"" +#define kAppBugVersion 1 +#define kAppDevString L"d1" /* * Windows application object.