diff --git a/cdev.rez b/cdev.rez index c7a1932..463380a 100644 --- a/cdev.rez +++ b/cdev.rez @@ -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"; diff --git a/version.h b/version.h index 7532d74..e4647ea 100644 --- a/version.h +++ b/version.h @@ -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 */