From 8c1707e28bd61fcc446711afb1444207b11505f1 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Tue, 17 Feb 2015 10:49:16 -0800 Subject: [PATCH] Update for 4.0.1-a1 release --- DIST/with-mdc.deploy | 6 +++--- app/MyApp.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DIST/with-mdc.deploy b/DIST/with-mdc.deploy index faaf5e2..4b9776e 100644 --- a/DIST/with-mdc.deploy +++ b/DIST/with-mdc.deploy @@ -4,8 +4,8 @@ faddenSoft http://www.faddensoft.com/ CiderPress http://a2ciderpress.com/ -4.0.0 -42027 +4.0.1-a1 +42052 C:\DATA\faddenSoft\fs.ico Copyright © 2015 CiderPress project authors. All rights reserved. C:\Src\CiderPress\DIST\ReadMe.txt @@ -355,7 +355,7 @@ FALSE 4095 -Setup400.exe +Setup401a1.exe FALSE diff --git a/app/MyApp.h b/app/MyApp.h index 1e6b3f7..4c4acbe 100644 --- a/app/MyApp.h +++ b/app/MyApp.h @@ -14,8 +14,8 @@ /* CiderPress version numbers */ #define kAppMajorVersion 4 #define kAppMinorVersion 0 -#define kAppBugVersion 0 -#define kAppDevString L"" +#define kAppBugVersion 1 +#define kAppDevString L"-a1" /* * Windows application object.