diff --git a/DIST/with-mdc.deploy b/DIST/with-mdc.deploy index 4fc8859..662fdea 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.0d3 -42015 +4.0.0b1 +42016 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 -Setup400d3.exe +Setup400b1.exe FALSE diff --git a/app/CiderPress.rc b/app/CiderPress.rc index 0bc270a..9a86ac2 100644 --- a/app/CiderPress.rc +++ b/app/CiderPress.rc @@ -222,7 +222,7 @@ BEGIN PUSHBUTTON "Enter registration code",IDC_ABOUT_ENTER_REG,144,132,86,14 CONTROL IDB_FSLOGO,IDC_STATIC,"Static",SS_BITMAP,7,6,64,59 LTEXT "CiderPress v%d.%d.%d%ls%ls",IDC_CIDERPRESS_VERS_TEXT,77,7,153,9 - LTEXT "Copyright © 2014 by CiderPress project authors\rAll Rights Reserved.",IDC_STATIC,77,20,153,19 + LTEXT "Copyright © 2015 by CiderPress project authors\rAll Rights Reserved.",IDC_STATIC,77,20,153,19 ICON IDR_MAINFRAME,IDC_STATIC,77,45,20,20 ICON IDI_FILE_NUFX,IDC_STATIC,106,45,20,20 ICON IDI_FILE_BINARY2,IDC_STATIC,136,45,20,20 @@ -1312,7 +1312,7 @@ BEGIN VALUE "FileDescription", "CiderPress" VALUE "FileVersion", "4.0.0.0" VALUE "InternalName", "CiderPress" - VALUE "LegalCopyright", "Copyright © 2014 CiderPress project authors" + VALUE "LegalCopyright", "Copyright © 2015 CiderPress project authors" VALUE "OriginalFilename", "CiderPress.exe" VALUE "ProductName", "CiderPress" VALUE "ProductVersion", "4.0.0.0" diff --git a/app/MyApp.h b/app/MyApp.h index 25538df..dff7416 100644 --- a/app/MyApp.h +++ b/app/MyApp.h @@ -15,7 +15,7 @@ #define kAppMajorVersion 4 #define kAppMinorVersion 0 #define kAppBugVersion 0 -#define kAppDevString L"d3" +#define kAppDevString L"b1" /* * Windows application object.