Update version number and copyright dates

This commit is contained in:
Stephen Heumann 2015-09-24 01:36:58 -05:00
parent b9dba4ac26
commit 60c976dda6

View File

@ -359,8 +359,8 @@ resource rMenuItem (fileQuit+noKB) { /* Quit menu item */
resource rAlertString (1) { resource rAlertString (1) {
"93:" "93:"
"VNCview GS 1.0b1\n" "VNCview GS 1.0b2\n"
"Copyright \$A9 2002\$D12004 by Stephen Heumann\n" "Copyright \$A9 2002\$D12015 by Stephen Heumann\n"
"\n" "\n"
"This program contains material from the ORCA/C Run-Time Libraries, " "This program contains material from the ORCA/C Run-Time Libraries, "
"Copyright 1987-1996 by Byte Works Inc. Used with permission.\n" "Copyright 1987-1996 by Byte Works Inc. Used with permission.\n"
@ -372,11 +372,11 @@ resource rAlertString (1) {
resource rVersion (1) { resource rVersion (1) {
{ {
1,0,0, /* Version number */ 1,0,0, /* Version number */
beta, 1, /* Release version */ beta, 2, /* Release version */
}, },
verUS, /* Region code */ verUS, /* Region code */
"VNCview GS", /* Title */ "VNCview GS", /* Title */
"Copyright \$A9 2002\$D12004\n" "Copyright \$A9 2002\$D12015\n"
"by Stephen Heumann" "by Stephen Heumann"
}; };