Minor update to help files and version.

This commit is contained in:
Andy McFadden 2009-01-02 18:55:23 +00:00
parent a4524898f9
commit dbfb6be713
6 changed files with 14 additions and 14 deletions

View File

@ -7,5 +7,5 @@ CP/M, and RDOS filesystems.
This program used to be shareware, but is now free.
If you have any questions, please visit the faddenSoft CiderPress
web site at http://www.faddensoft.com/ciderpress/.
If you have any questions, please visit the CiderPress
web site at http://ciderpress.sourceforge.net/.

View File

@ -3,11 +3,11 @@ DeployMaster Installation Script
faddenSoft
http://www.faddensoft.com/
CiderPress
http://www.faddensoft.com/ciderpress/
3.0.0
39166
http://ciderpress.sourceforge.net/
3.0.1
39815
C:\DATA\faddenSoft\fs.ico
Copyright © 2007 faddenSoft, LLC. All rights reserved.
Copyright © 2009 faddenSoft, LLC. All rights reserved.
C:\Src\CiderPress\DIST\ReadMe.txt
C:\Src\CiderPress\DIST\License.txt
@ -267,5 +267,5 @@ FALSE
0
10
Setup300.exe
Setup301.exe
FALSE

View File

@ -231,12 +231,12 @@ BEGIN
CONTROL 106,IDC_STATIC,"Static",SS_BITMAP,7,6,64,59
LTEXT "CiderPress v%d.%d.%d%s%s",IDC_CIDERPRESS_VERS_TEXT,77,7,
128,9
LTEXT "Copyright © 2007 by FaddenSoft, LLC.\rAll Rights Reserved.",
LTEXT "Copyright © 2009 by FaddenSoft, LLC.\rAll Rights Reserved.",
IDC_STATIC,77,20,128,19
ICON IDR_MAINFRAME,IDC_STATIC,77,45,21,20
ICON IDI_FILE_NUFX,IDC_STATIC,106,45,21,20
ICON IDI_FILE_BINARY2,IDC_STATIC,136,45,21,20
ICON IDI_FILE_DISKIMAGE,IDC_STATIC,166,45,21,20
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
ICON IDI_FILE_DISKIMAGE,IDC_STATIC,166,45,20,20
GROUPBOX "Libraries",IDC_STATIC,7,71,198,56
LTEXT "Using NufxLib DLL v%d.%d.%d",IDC_NUFXLIB_VERS_TEXT,16,
82,170,10

Binary file not shown.

Binary file not shown.

View File

@ -19,8 +19,8 @@
/* CiderPress version numbers */
#define kAppMajorVersion 3
#define kAppMinorVersion 0
#define kAppBugVersion 0
#define kAppDevString ""
#define kAppBugVersion 1
#define kAppDevString "a1"
/*
* Windows application object.