From 60c976dda6b5087766376ba04f4ef32d2a9a56b8 Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Thu, 24 Sep 2015 01:36:58 -0500 Subject: [PATCH] Update version number and copyright dates --- vncview.rez | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vncview.rez b/vncview.rez index 979cdb4..19c727a 100644 --- a/vncview.rez +++ b/vncview.rez @@ -359,8 +359,8 @@ resource rMenuItem (fileQuit+noKB) { /* Quit menu item */ resource rAlertString (1) { "93:" - "VNCview GS 1.0b1\n" - "Copyright \$A9 2002\$D12004 by Stephen Heumann\n" + "VNCview GS 1.0b2\n" + "Copyright \$A9 2002\$D12015 by Stephen Heumann\n" "\n" "This program contains material from the ORCA/C Run-Time Libraries, " "Copyright 1987-1996 by Byte Works Inc. Used with permission.\n" @@ -372,11 +372,11 @@ resource rAlertString (1) { resource rVersion (1) { { 1,0,0, /* Version number */ - beta, 1, /* Release version */ + beta, 2, /* Release version */ }, verUS, /* Region code */ "VNCview GS", /* Title */ - "Copyright \$A9 2002\$D12004\n" + "Copyright \$A9 2002\$D12015\n" "by Stephen Heumann" };