Version bump to 4.0.0b1

This commit is contained in:
Andy McFadden 2015-01-12 18:18:28 -08:00
parent b409d613fa
commit 7cd92a7fdd
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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"

View File

@ -15,7 +15,7 @@
#define kAppMajorVersion 4
#define kAppMinorVersion 0
#define kAppBugVersion 0
#define kAppDevString L"d3"
#define kAppDevString L"b1"
/*
* Windows application object.