Bump version of init and CDev to 1.0.

This commit is contained in:
Stephen Heumann 2019-07-15 20:26:22 -05:00
parent 524786856c
commit 617c805160
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
#include "types.rez"
resource rVersion (1) {
{ 1,0,0,beta,3 },
{ 1,0,0,release,0 },
verUS,
"NetDisk",
"By Stephen Heumann"
@ -11,7 +11,7 @@ resource rComment (1) {
"The NetDisk control panel allows you to mount disk images "
"hosted on HTTP servers.\n"
"\n"
"Copyright 2018 Stephen Heumann\n"
"Copyright 2018-2019 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."
@ -26,7 +26,7 @@ resource rCDEVFlags (1) {
{0, 0, 71, 320}, /* rectangle */
"NetDisk", /* name */
"Stephen Heumann", /* author */
"v1.0b3" /* version string */
"v1.0" /* version string */
};
read rCDevCode (0x1,convert,locked) "cdev.obj";

View File

@ -1,4 +1,4 @@
#define USER_AGENT_VERSION "1.0b3" /* reported in User-Agent string */
#define BOOT_INFO_VERSION "v1.0b3" /* displayed during text-mode boot */
#define DRIVER_VERSION 0x100B /* GS/OS driver version format */
#define USER_AGENT_VERSION "1.0" /* reported in User-Agent string */
#define BOOT_INFO_VERSION "v1.0" /* displayed during text-mode boot */
#define DRIVER_VERSION 0x1000 /* GS/OS driver version format */